allow git pushes of larger files
This commit is contained in:
@@ -677,6 +677,9 @@
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://localhost:3001";
|
locations."/".proxyPass = "http://localhost:3001";
|
||||||
|
locations."/".extraConfig = ''
|
||||||
|
client_max_body_size 100M;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts."synapse.room409.xyz" = {
|
virtualHosts."synapse.room409.xyz" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user