update proxy buffers to resolve access_log msg
This commit is contained in:
parent
f0fc3364af
commit
096aecfeec
@ -42,6 +42,8 @@ http {
|
||||
server_tokens off;
|
||||
real_ip_recursive on;
|
||||
resolver 1.1.1.1;
|
||||
proxy_buffers 16 16k;
|
||||
proxy_buffer_size 16k;
|
||||
include /etc/nginx/ssl-config/*.conf;
|
||||
include /etc/nginx/config/*.conf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user