Fixed Nginx images running under root

This commit is contained in:
Alexey Pustovalov
2024-07-05 13:21:12 +09:00
parent cd707672b4
commit 68709881be
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;