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]
command=/usr/sbin/nginx
command=/usr/sbin/nginx -g "daemon off;"
autostart=true
autorestart=true
priority=10
stdout_events_enabled=true
stderr_events_enabled=true
\ No newline at end of file
stderr_events_enabled=true
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