多维表格
 
 
 
 
 
 

6 lines
145 B

# Certbot Renewal
location ^~ /.well-known/acme-challenge/ {
root /usr/share/nginx/html;
allow all;
default_type "text/plain";
}