This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
nginxconfig.io
mirror of
https://github.com/digitalocean/nginxconfig.io
Watch
1
Star
0
Fork
You've already forked nginxconfig.io
0
Code
Issues
Projects
Releases
Wiki
Activity
fe9c15fc1f
nginxconfig.io
/
public
/
templates
/
_letsencrypt.conf.html
5 lines
102 B
HTML
Raw
Normal View
History
Unescape
Escape
initial commit
2018-01-07 15:30:12 +00:00
location ^~ /.well-known/acme-challenge/ {
default_type "text/plain";
root /var/www/_letsencrypt;
tabulation fixes
2018-01-08 01:49:44 +00:00
}