Fixed Nginx images running under root

This commit is contained in:
Alexey Pustovalov
2024-07-05 13:21:12 +09:00
parent 6205742aea
commit e018c30303
18 changed files with 90 additions and 45 deletions

View File

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