Implement proper Cloudron structure with supervisor

This commit is contained in:
Andreas Dueren
2025-06-20 10:25:43 -06:00
parent 90e7f6b2e9
commit 9c2ef507c0
6 changed files with 32 additions and 67 deletions

8
supervisor/nginx.conf Normal file
View 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