. Advertisement .
..3..
. Advertisement .
..4..
The error “nginx https err connection closed” encountered when I tried to run my program. Can you guys give me some recommendations?
Here is our case study:# other code here
server {
# other code here
# Increase http2 max sizes
http2_max_field_size 64k;
http2_max_header_size 64k;
}
2 Answers