Create letsencrypt.conf

master
Edwin Lyon 4 years ago committed by GitHub
parent bb604e18b8
commit f7635b1154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      nginx/snippets/letsencrypt.conf

@ -0,0 +1,6 @@
location ^~ /.well-known/acme-challenge/ {
allow all;
root /var/lib/letsencrypt/;
default_type "text/plain";
try_files $uri =404;
}
Loading…
Cancel
Save