Enable reverse proxy for immich

This commit is contained in:
Andrea Ciceri 2024-10-10 17:07:04 +02:00
parent f5091547bb
commit d122f9061a
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

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