Bump upload size limit for attic
Some checks failed
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Has been cancelled
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Has been cancelled
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Has been cancelled
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Has been cancelled
Some checks failed
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Has been cancelled
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Has been cancelled
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Has been cancelled
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Has been cancelled
This commit is contained in:
parent
8474a211c4
commit
94a93835f8
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ in
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."attic.kilonull.com" = {
|
virtualHosts."attic.kilonull.com" = {
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 512M;
|
||||||
|
'';
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8080";
|
proxyPass = "http://localhost:8080";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue