fix(nginx): increase max body size

This commit is contained in:
Ivan R. 2024-03-16 13:54:41 +05:00
parent b512ff3a5b
commit 22a610281e
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -6,6 +6,8 @@
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedProxySettings = true; recommendedProxySettings = true;
clientMaxBodySize = "512M";
commonHttpConfig = '' commonHttpConfig = ''
# Add HSTS header with preloading to HTTPS requests. # Add HSTS header with preloading to HTTPS requests.
# Adding this header to HTTP requests is discouraged # Adding this header to HTTP requests is discouraged