Baldur: increase proxy max body size
This commit is contained in:
parent
a5bc8abaec
commit
b05dd037c4
1 changed files with 7 additions and 1 deletions
|
|
@ -80,7 +80,13 @@
|
|||
'';
|
||||
};
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = { proxyPass = "http://freya.zto:80/"; proxyWebsockets = true; };
|
||||
locations."/" = {
|
||||
proxyPass = "http://freya.zto:80/";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 5g;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:7878/"; proxyWebsockets = true; }; };
|
||||
"sonarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8989/"; proxyWebsockets = true; }; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue