This commit is contained in:
parent
6199051aef
commit
84748c47ca
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ server {
|
|||
index index.html index.htm;
|
||||
}
|
||||
|
||||
location /.well-known {
|
||||
root /usr/share/nginx/html/.well-known;
|
||||
location /.well-known/ {
|
||||
root /usr/share/nginx/html;
|
||||
default_type application/json;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue