Updated CentOS images

This commit is contained in:
Alexey Pustovalov
2020-04-26 21:54:12 +03:00
parent cd0773fba3
commit 096f71f4d7
14 changed files with 220 additions and 1940 deletions

View File

@ -1,10 +1,10 @@
user nginx;
#user nginx;
worker_processes 5;
worker_rlimit_nofile 256000;
error_log /dev/fd/2 warn;
pid /var/run/nginx.pid;
pid /tmp/nginx.pid;
events {
worker_connections 5120;