nginx/nginx.conf aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m17s

This commit is contained in:
2025-05-03 23:34:16 +00:00
parent 85819ffd55
commit 63db4b0606

View File

@@ -12,6 +12,6 @@ http {
access_log /var/log/nginx/access.log main;
sendfile on;
}
pid /var/run/nginx.pid;
user appuser;
pid /tmp/nginx.pid;
# user appuser;
worker_processes auto;