l 2 paste: set client_max_body_size to 4G

This commit is contained in:
lassulus 2017-04-11 21:50:01 +02:00
parent 7bc85a08bc
commit 575a37f00e

View File

@ -5,6 +5,7 @@ with import <stockholm/lib>;
services.nginx.virtualHosts.paste = {
serverAliases = [ "p.r" ];
locations."/".extraConfig = ''
client_max_body_size 4G;
proxy_set_header Host $host;
proxy_pass http://localhost:9081;
'';