summaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-22 20:26:59 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-22 20:26:59 +0300
commitc013d3f3c89a638e20e786a528be598cfa225af7 (patch)
tree30fa520851de2a6063380bcd4c0e343e2daca7a3 /installation
parente00e4c0e7a43aaa5c4be43e105712101167f4cbd (diff)
Fix the webroot method in the nginx config
Diffstat (limited to 'installation')
-rw-r--r--installation/pleroma.nginx2
1 files changed, 1 insertions, 1 deletions
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;