hosts/kazuki/attic: increase max body size
This commit is contained in:
parent
7fbeba20ae
commit
98dd00f5f0
1 changed files with 8 additions and 7 deletions
|
@ -61,14 +61,15 @@ in {
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
virtualHosts = {
|
||||
"cache.nrab.lol" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://attic";
|
||||
};
|
||||
virtualHosts."cache.nrab.lol" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://attic";
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 8G;
|
||||
'';
|
||||
};
|
||||
|
||||
upstreams."attic".servers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue