parent
bb604e18b8
commit
f7635b1154
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||||
|
location ^~ /.well-known/acme-challenge/ { |
||||||
|
allow all; |
||||||
|
root /var/lib/letsencrypt/; |
||||||
|
default_type "text/plain"; |
||||||
|
try_files $uri =404; |
||||||
|
} |
Loading…
Reference in new issue