Files
cyphernode/api_auth_docker/entrypoint.sh
2018-10-16 13:22:46 -04:00

6 lines
122 B
Bash

#!/bin/sh
spawn-fcgi -s /var/run/fcgiwrap.socket -u nginx -g nginx -U nginx -- /usr/bin/fcgiwrap
nginx -g "daemon off;"