r/jellyfin: Fix HAProxy vhost

Without including the settings from `ssl.include`, the virtual host
bound to port 8443 expects to handle plain HTTP traffic, rather than
HTTPS.
frigate-exporter
Dustin 2024-09-01 17:33:22 -05:00
parent e4766e54ac
commit 226232414f
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ Listen 8443
<VirtualHost _default_:8443>
ServerName {{ jellyfin_server_name }}
Include conf.d/ssl.include
SSLCertificateFile {{ jellyfin_ssl_certificate }}
SSLCertificateKeyFile {{ jellyfin_ssl_certificate_key }}
SSLCertificateChainFile {{ jellyfin_ssl_certificate }}