Fix letsencrypt-apache URL

This commit is contained in:
Jocelyn Delalande 2018-06-10 22:48:20 +02:00
parent a2f2226450
commit a72479b0c9
1 changed files with 1 additions and 1 deletions

View File

@ -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