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
+5
packetmix
systems
teal
+5
packetmix/systems/teal/pds.nix
··· 27 PDS_PORT = 1033; 28 PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke"; 29 PDS_EMAIL_FROM_ADDRESS = "pds@freshly.space"; 30 }; 31 environmentFiles = [ 32 "/secrets/pds/environmentFile" ··· 45 recommendedProxySettings = true; 46 proxyWebsockets = true; 47 }; 48 }; 49 50 clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];
··· 27 PDS_PORT = 1033; 28 PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke"; 29 PDS_EMAIL_FROM_ADDRESS = "pds@freshly.space"; 30 + PDS_BLOB_UPLOAD_LIMIT = "268435456" 31 }; 32 environmentFiles = [ 33 "/secrets/pds/environmentFile" ··· 46 recommendedProxySettings = true; 47 proxyWebsockets = true; 48 }; 49 + 50 + extraConfig = '' 51 + client_max_body_size 1024M; 52 + ''; 53 }; 54 55 clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];