Skip to content

Commit

Permalink
Increase body size for nginx requests to 5MB
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda authored and mareuter committed Dec 12, 2023
1 parent f5a8bcb commit ceca033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/summit/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ server {
}

location /manager {
client_max_body_size 5M;
proxy_pass http://manager_load_balancer;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down
1 change: 1 addition & 0 deletions deploy/summit2/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ server {
}

location /manager {
client_max_body_size 5M;
proxy_pass http://manager_load_balancer;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit ceca033

Please sign in to comment.