Testing changing nginx large_client_header_buffers
This commit is contained in:
@@ -47,6 +47,9 @@ http {
|
|||||||
server_name _;
|
server_name _;
|
||||||
root /opt/app-root/src;
|
root /opt/app-root/src;
|
||||||
|
|
||||||
|
# Avoid server error because of large request headers
|
||||||
|
large_client_header_buffers 4 16k;
|
||||||
|
|
||||||
# Load configuration files for the default server block.
|
# Load configuration files for the default server block.
|
||||||
include /opt/app-root/etc/nginx.default.d/*.conf;
|
include /opt/app-root/etc/nginx.default.d/*.conf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user