Let master process run as root to bind to 80, workers run as nbxyz

This commit is contained in:
Antony Messerli 2025-06-19 11:09:26 -05:00
parent df298e7c32
commit ed111b6cbc

View File

@ -9,7 +9,6 @@ pidfile=/run/supervisord.pid
command = /usr/sbin/nginx -c /config/nginx/nginx.conf
startretries = 2
daemon=off
user=nbxyz
priority = 2
stdout_logfile=/dev/null
stderr_logfile=/dev/null