Updated CentOS images

This commit is contained in:
Alexey Pustovalov
2020-04-28 00:31:42 +03:00
parent 220c8610ff
commit 8522b0b926
8 changed files with 56 additions and 18 deletions

View File

@ -21,6 +21,13 @@ http {
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /dev/fd/1 main;
error_log /dev/fd/2 warn;
client_body_temp_path /tmp 1 2;
proxy_temp_path /tmp 1 2;
fastcgi_temp_path /tmp 1 2;
uwsgi_temp_path /tmp 1 2;
scgi_temp_path /tmp 1 2;
client_body_timeout 5m;
send_timeout 5m;