Skip to content

Commit

Permalink
SC-8405: Introduced Nginx header for set up client request header size (
Browse files Browse the repository at this point in the history
#269)

* SC-8405: Introduced Nginx header for set up client request header size

* Make header size adjustable

* SC-8405: Increase headers size
  • Loading branch information
alexanderM91 authored Mar 1, 2022
1 parent 36755ac commit 52084a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
server_names_hash_bucket_size 128;
server_tokens off;

large_client_header_buffers 4 32k;

{% if assets['compression'] is not empty %}
{% for compressionEngine, compressionData in assets['compression'] %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ server_names_hash_bucket_size 128;
server_tokens off;
client_max_body_size 0;

large_client_header_buffers 4 32k;

map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
Expand Down

0 comments on commit 52084a1

Please sign in to comment.