forked from lavender-legacy/lavender.software
Revert "The CORS header should cover the entire webring directory"
Wait no it shouldn't we're finemain
parent
e2f4635404
commit
a777aea815
|
@ -3,7 +3,7 @@
|
|||
location / {
|
||||
root /srv/http/lavender.software/;
|
||||
|
||||
location ^~ /webring/ {
|
||||
location = /webring/data.json {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue