empyrean: add secure revproxy to jellyfin

This commit is contained in:
Jaculabilis 2025-03-11 13:32:23 +00:00
parent f8b33bb541
commit f7685b5f49

View File

@ -123,7 +123,16 @@
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
access_log /var/log/nginx/access_immich.log;
'';
};
"jellyfin.secure.ktvb.site" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://10.22.20.8:8096";
extraConfig = ''
# enable mTLS
ssl_verify_client on;
ssl_client_certificate /etc/nginx/client-ca.crt;
'';
};
# mirror revproxy