This commit is contained in:
Vivian 2022-12-06 14:28:03 +01:00
parent 3e50cfdbb8
commit 8108eb26da
6 changed files with 178 additions and 32 deletions

View file

@ -39,7 +39,7 @@ in {
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
clientMaxBodySize = "100m";
clientMaxBodySize = "500m";
package = pkgs.nginxMainline.override {
modules = with pkgs.nginxModules; [ brotli ];