2024-05-01, 11:17 AM
Just adding, I forgot to mention that I use jellyfin behind an apache reverse proxy for easy access and SSL Security.
I don't think this is the problem, but here is my config fyi:
I don't think this is the problem, but here is my config fyi:
Code:
<IfModule mod_ssl.c>
<VirtualHost *:443>
ProxyPreserveHost On
DocumentRoot /var/www/html
ServerName FQDN
ProxyPass "/" "http://127.0.0.1:8096/"
ProxyPassReverse "/" "http://127.0.0.1:8096/"
RewriteEngine on
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/FQDN/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/FQDN/privkey.pem
</VirtualHost>
</IfModule>
Jellyfin 10.8.13 on Ubuntu 20.04 LTS Bare Metal
with Apache Reverse Proxy
i5-3570k, 32GB RAM, GTX 1070
with Apache Reverse Proxy
i5-3570k, 32GB RAM, GTX 1070