feat(etna): add zipline
This commit is contained in:
parent
63d99f2062
commit
e2f4de4538
5 changed files with 62 additions and 0 deletions
|
@ -34,5 +34,19 @@
|
|||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
|
||||
"zipline.uku3lig.net" = {
|
||||
serverAliases = [ "v.uku.moe" ];
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://etna:3001";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
client_max_body_size 1000M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue