We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc0726 commit e6871dfCopy full SHA for e6871df
conf/nginx.conf
@@ -35,5 +35,5 @@ http {
35
36
include /etc/nginx/sites-enabled/*;
37
}
38
-daemon off;
+#daemon off;
39
conf/supervisord.conf
@@ -32,7 +32,7 @@ stderr_logfile=/dev/stderr
32
stderr_logfile_maxbytes=0
33
34
[program:nginx]
-command=/usr/sbin/nginx
+command=/usr/sbin/nginx -g "daemon off; error_log /dev/stderr info;"
autostart=true
autorestart=true
priority=10
0 commit comments