Add docs about SSL certificate auto-renew
[akkoma] / installation / pleroma.nginx
index 7fc4aeea5dbce1fd7ab87df78f98d6d008864dc2..de380a6ca5efa449f129186d8b872f2afa467e0a 100644 (file)
@@ -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;