Answers for "nginx https err_connection_closed"

0

nginx https err_connection_closed

# other code here

server {

   # other code here

   # Increase http2 max sizes
   http2_max_field_size 64k;
   http2_max_header_size 64k;

}
Posted by: Guest on March-17-2022
0

nginx https err_connection_closed

2017/05/08 16:17:04 [info] 3037#3037: *9 client exceeded http2_max_field_size limit while processing HTTP/2 connection, client: 89.15.159.19, server: 0.0.0.0:443
Posted by: Guest on March-17-2022
0

nginx https err_connection_closed

server { 
    error_log /var/log/nginx/error.log info;
}
Posted by: Guest on March-17-2022

Browse Popular Code Answers by Language