mastus: increase nginx upload size
This commit is contained in:
parent
3fdda46bdd
commit
b49b708b0f
@ -34,7 +34,7 @@
|
|||||||
proxyPass = "http://127.0.0.1:${toString config.services.gitea.httpPort}";
|
proxyPass = "http://127.0.0.1:${toString config.services.gitea.httpPort}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
client_max_body_size 30M;
|
client_max_body_size 256M;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user