invidious: fix conflic with forgejo port

This commit is contained in:
Leonardo Eugênio 2024-07-15 12:50:49 -03:00
parent a7eb3ce176
commit 4a61403ede
3 changed files with 2 additions and 12 deletions

View file

@ -13,9 +13,6 @@ in
virtualHosts.${cfg.settings.server.DOMAIN} = {
forceSSL = true;
enableACME = true;
extraConfig = ''
client_max_body_size 512M;
'';
locations."/".proxyPass = "http://localhost:${toString srv.HTTP_PORT}";
};
};