mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:30:05 +03:00
Fix HTTP -> HTTPS redirect for Let's Encrypt to work
Without the trailing slash in the Redirect the certificate renewal using Let's Encrypt fails because the URL is malformed to "example.com.well.known/"
This commit is contained in:
@@ -12,7 +12,7 @@ title: Apache
|
||||
ServerName DOMAIN_NAME
|
||||
|
||||
# Comment to prevent HTTP to HTTPS redirect
|
||||
Redirect permanent / https://DOMAIN_NAME
|
||||
Redirect permanent / https://DOMAIN_NAME/
|
||||
|
||||
ErrorLog /var/log/apache2/DOMAIN_NAME-error.log
|
||||
CustomLog /var/log/apache2/DOMAIN_NAME-access.log combined
|
||||
|
||||
Reference in New Issue
Block a user