nginx/nginx.conf aktualisiert

This commit is contained in:
2025-05-03 22:55:13 +00:00
parent f1b7484bb5
commit 192148dcb5

View File

@@ -13,5 +13,5 @@ http {
sendfile on; sendfile on;
} }
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
user nginx; user appuser;
worker_processes auto; worker_processes auto;