empyrean: add secure revproxy to jellyfin
This commit is contained in:
parent
f8b33bb541
commit
f7685b5f49
@ -123,7 +123,16 @@
|
|||||||
proxy_read_timeout 600s;
|
proxy_read_timeout 600s;
|
||||||
proxy_send_timeout 600s;
|
proxy_send_timeout 600s;
|
||||||
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
|
# mirror revproxy
|
||||||
|
Loading…
Reference in New Issue
Block a user