fix(nginx): well-known
All checks were successful
ci / docker (push) Successful in 5m51s

This commit is contained in:
Tine Jozelj 2024-01-02 00:10:59 +01:00
parent 6199051aef
commit 84748c47ca
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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 *;
}