forked from lavender-legacy/lavender.software
The CORS header should cover the entire webring directory
parent
1e1fe5b82f
commit
e2f4635404
|
@ -3,7 +3,7 @@
|
||||||
location / {
|
location / {
|
||||||
root /srv/http/lavender.software/;
|
root /srv/http/lavender.software/;
|
||||||
|
|
||||||
location = /webring/data.json {
|
location ^~ /webring/ {
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue