From: rinpatch Date: Sat, 22 Jun 2019 17:26:59 +0000 (+0300) Subject: Fix the webroot method in the nginx config X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=c013d3f3c89a638e20e786a528be598cfa225af7;p=akkoma Fix the webroot method in the nginx config --- diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 7fc4aeea5..de380a6ca 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -22,7 +22,7 @@ server { # to get the certificate, and then uncomment it. # # location ~ /\.well-known/acme-challenge { - # alias /var/lib/letsencrypt/.well-known/acme-challenge; + # root /var/lib/letsencrypt/; # } location / { return 301 https://$server_name$request_uri;