h: bump clientMaxBodySize to 150M

This commit is contained in:
Aaron Bieber 2024-10-15 15:23:51 -06:00
parent 20ac1c7618
commit f4dee18635
No known key found for this signature in database

View File

@ -508,7 +508,7 @@ in
recommendedGzipSettings = true;
recommendedProxySettings = true;
clientMaxBodySize = "50M";
clientMaxBodySize = "150M";
commonHttpConfig = ''
# Add HSTS header with preloading to HTTPS requests.