mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
remove max body size check from attic
This commit is contained in:
parent
8600de2023
commit
d5c5d40d44
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ lib.mkIf config.user.overseer.enable {
|
|||
virtualHosts = {
|
||||
"cache.wanderingcrow.net" = {
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
useACMEHost = "cache.wanderingcrow.net";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8080";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue