Commit cc0bcc87 authored by Cameron Carney's avatar Cameron Carney

moved nginx's daemon off flag to supervisor

parent 153d94ce
# Prevents nginx from going into the background
daemon off;
\ No newline at end of file
[program:nginx] [program:nginx]
command=/usr/sbin/nginx command=/usr/sbin/nginx -g "daemon off;"
autostart=true autostart=true
autorestart=true autorestart=true
priority=10 priority=10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment