fix(pm/teal/pds): Update nginx max body upload size #66

merged
opened by thecoded.prof targeting main from private/coded/push-ulqyloxonvmx
Changed files
+4
packetmix
systems
teal
+4
packetmix/systems/teal/pds.nix
··· 45 45 recommendedProxySettings = true; 46 46 proxyWebsockets = true; 47 47 }; 48 + 49 + extraConfig = '' 50 + client_max_body_size 1024M; 51 + ''; 48 52 }; 49 53 50 54 clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];