+5
packetmix/systems/teal/pds.nix
+5
packetmix/systems/teal/pds.nix
···
27
27
PDS_PORT = 1033;
28
28
PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke";
29
29
PDS_EMAIL_FROM_ADDRESS = "pds@freshly.space";
30
+
PDS_BLOB_UPLOAD_LIMIT = "268435456";
30
31
};
31
32
environmentFiles = [
32
33
"/secrets/pds/environmentFile"
···
45
46
recommendedProxySettings = true;
46
47
proxyWebsockets = true;
47
48
};
49
+
50
+
extraConfig = ''
51
+
client_max_body_size 1024M;
52
+
'';
48
53
};
49
54
50
55
clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];
History
4 rounds
0 comments
thecoded.prof
submitted
#3
1 commit
expand
collapse
fix(pm/teal/pds): Update max upload size
expand 0 comments
pull request successfully merged
thecoded.prof
submitted
#2
1 commit
expand
collapse
fix(pm/teal/pds): Update max upload size
2/5 failed, 3/5 success
expand
collapse
expand 0 comments
thecoded.prof
submitted
#1
1 commit
expand
collapse
fix(pm/teal/pds): Update max upload size
2/5 failed, 3/5 success
expand
collapse
expand 0 comments
thecoded.prof
submitted
#0
1 commit
expand
collapse
fix(pm/teal/pds): Update nginx max body upload size