l 2 paste: set client_max_body_size to 4G
This commit is contained in:
parent
7bc85a08bc
commit
575a37f00e
@ -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;
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user