Safe3-openresty-manager/nginx/conf/acme_challenge.conf
UUSEC Technology 12467d8fd1 open source
2025-04-30 13:05:17 +08:00

5 lines
No EOL
102 B
Text

location /.well-known/acme-challenge/ {
allow all;
default_type "text/plain";
root html;
}