Disable photos.aciceri.dev DNS

This commit is contained in:
Andrea Ciceri 2024-07-25 16:43:11 +02:00
parent ff789db499
commit 865274a2df
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -35,17 +35,17 @@
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}"; proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
}; };
}; };
"photos.aciceri.dev" = { # "photos.aciceri.dev" = {
extraConfig = '' # extraConfig = ''
client_max_body_size 50000M; # client_max_body_size 50000M;
''; # '';
forceSSL = true; # forceSSL = true;
enableACME = true; # enableACME = true;
locations."/" = { # locations."/" = {
proxyPass = "http://localhost:2283"; # proxyPass = "http://localhost:2283";
proxyWebsockets = true; # proxyWebsockets = true;
}; # };
}; # };
# "jellyfin.aciceri.dev" = { # "jellyfin.aciceri.dev" = {
# forceSSL = true; # forceSSL = true;