mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Updated CentOS images
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user