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.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user