mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 13:04:22 +01:00
Authenticated HTTP API - first pass
This commit is contained in:
5
api_auth_docker/entrypoint.sh
Normal file
5
api_auth_docker/entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
spawn-fcgi -s /var/run/fcgiwrap.socket -u nginx -g nginx -U nginx -- /usr/bin/fcgiwrap
|
||||
|
||||
nginx -g "daemon off;"
|
||||
Reference in New Issue
Block a user