nginx more body size

This commit is contained in:
xyno (Philipp Hochkamp) 2023-09-01 15:15:55 +02:00
parent e4edb18e54
commit 2822385074

View file

@ -13,6 +13,7 @@ in
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
clientMaxBodySize = "500m";
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;