Fix the webroot method in the nginx config

This commit is contained in:
rinpatch 2019-06-22 20:26:59 +03:00
parent e00e4c0e7a
commit c013d3f3c8
1 changed files with 1 additions and 1 deletions

View 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;