ds9 increase nginx body size

This commit is contained in:
Philipp Hochkamp 2022-11-05 18:50:19 +01:00
parent 12f7af903d
commit 3a6a4f230c
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641

View file

@ -40,6 +40,7 @@ in
networking.hostId = "7b4c2932";
boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
services.nginx.defaultListenAddresses = [ "100.83.96.25" ];
services.nginx.clientMaxBodySize = lib.mkForce "8g";
services.nginx.virtualHosts."_".
listenAddresses = [ "0.0.0.0" "[::0]" ];
services.nginx.virtualHosts."h.hailsatan.eu" = {