Skip to content

Commit

Permalink
Raise the Nginx max body size to 100G (#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored Jul 10, 2023
1 parent 65326bf commit b5f8011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;

client_max_body_size 10G;
client_max_body_size 100G;
}

location /dashboard {
Expand Down

0 comments on commit b5f8011

Please sign in to comment.