mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/docker: enforce waitress' max upload limitations on nginx proxy
This ensures that both NGINX and Waitress are using the same max upload request body. See #327
This commit is contained in:
@ -42,7 +42,7 @@ http {
|
||||
return 200;
|
||||
}
|
||||
|
||||
client_max_body_size 0;
|
||||
client_max_body_size 1073741824;
|
||||
|
||||
gzip on;
|
||||
gzip_comp_level 3;
|
||||
|
Reference in New Issue
Block a user