Implement proper Cloudron structure with supervisor
This commit is contained in:
8
supervisor/nginx.conf
Normal file
8
supervisor/nginx.conf
Normal file
@ -0,0 +1,8 @@
|
||||
[program:nginx]
|
||||
command=nginx -g "daemon off;"
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
user=root
|
Reference in New Issue
Block a user