mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
Double quotes not needed for nginx config.
@@ -23,7 +23,7 @@ http {
|
|||||||
...
|
...
|
||||||
server {
|
server {
|
||||||
...
|
...
|
||||||
location ~ "^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$" {
|
location ~ ^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$ {
|
||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
return 200 "$1.6fXAG9VyG0IahirPEU2ZerUtItW2DHzDzD9wZaEKpqd";
|
return 200 "$1.6fXAG9VyG0IahirPEU2ZerUtItW2DHzDzD9wZaEKpqd";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user