From a72479b0c93b4fee7044fc4a1f9b7a858fdbda31 Mon Sep 17 00:00:00 2001
From: Jocelyn Delalande <jocelyn@crapouillou.net>
Date: Sun, 10 Jun 2018 22:48:20 +0200
Subject: [PATCH] Fix letsencrypt-apache URL

---
 deploy/apache.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/apache.conf b/deploy/apache.conf
index f6f9719f..b61493b3 100644
--- a/deploy/apache.conf
+++ b/deploy/apache.conf
@@ -38,7 +38,7 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
    # lines and move the configuration to the previous server block if you
    # don't want to run funkwhale behind https (this is not recommanded)
    # 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
    SSLProxyEngine On
    SSLCertificateFile /etc/letsencrypt/live/${funkwhale-sn}/fullchain.pem
-- 
GitLab