Fixed Nginx images running under root

This commit is contained in:
Alexey Pustovalov
2024-07-05 13:21:12 +09:00
parent 48a86dfa8d
commit cd72f8eef9
20 changed files with 100 additions and 50 deletions

View File

@ -1,4 +1,4 @@
#user nginx;
# user nginx;
worker_processes 5;
worker_rlimit_nofile 256000;