enable nginx running as root

This commit is contained in:
Adam Outler
2026-01-10 04:42:30 +00:00
parent bdf89dc927
commit 8452902703
2 changed files with 11 additions and 1 deletions
@@ -1,3 +1,6 @@
# Set user if running as root (substituted by start-nginx.sh)
${NGINX_USER_DIRECTIVE}
# Set number of worker processes automatically based on number of CPU cores.
worker_processes auto;