Updated CentOS images

This commit is contained in:
Alexey Pustovalov
2020-04-26 19:45:42 +03:00
parent 52106b9d5d
commit 04c4ae6606
30 changed files with 926 additions and 7963 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;