Double quotes not needed for nginx config.
parent
114035e563
commit
448c6488d3
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue