Fix letsencrypt-apache URL
This commit is contained in:
parent
a2f2226450
commit
a72479b0c9
|
@ -38,7 +38,7 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
|
||||||
# lines and move the configuration to the previous server block if you
|
# lines and move the configuration to the previous server block if you
|
||||||
# don't want to run funkwhale behind https (this is not recommanded)
|
# don't want to run funkwhale behind https (this is not recommanded)
|
||||||
# have a look here for let's encrypt configuration:
|
# have a look here for let's encrypt configuration:
|
||||||
# https://certbot.eff.org/all-instructions/#debian-9-stretch-nginx
|
# https://certbot.eff.org/lets-encrypt/debianstretch-apache.html
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLProxyEngine On
|
SSLProxyEngine On
|
||||||
SSLCertificateFile /etc/letsencrypt/live/${funkwhale-sn}/fullchain.pem
|
SSLCertificateFile /etc/letsencrypt/live/${funkwhale-sn}/fullchain.pem
|
||||||
|
|
Loading…
Reference in New Issue