mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 20:33:43 +08:00
major refactor
This commit is contained in:
4
public/templates/conf/_letsencrypt.conf.html
Normal file
4
public/templates/conf/_letsencrypt.conf.html
Normal file
@@ -0,0 +1,4 @@
|
||||
# ACME-challenge
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
root /var/www/_letsencrypt;
|
||||
}
|
Reference in New Issue
Block a user