mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
5 lines
No EOL
102 B
Text
5 lines
No EOL
102 B
Text
location /.well-known/acme-challenge/ {
|
|
allow all;
|
|
default_type "text/plain";
|
|
root html;
|
|
} |