You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at NGINX logs, I found the following warning:
nginx: [warn] the "http2_max_field_size" directive is obsolete, use the "large_client_header_buffers" directive instead in /etc/nginx/nginx.conf:35
2022/05/16 15:01:21 [emerg] 1#1: host not found in upstream "cli:9000" in /etc/nginx/includes/upstream.conf:4
The directive should be updated to use large_client_header_buffers.
The text was updated successfully, but these errors were encountered:
When looking at NGINX logs, I found the following warning:
The directive should be updated to use
large_client_header_buffers
.The text was updated successfully, but these errors were encountered: