forked from lavender-legacy/lavender.software
videogame hacker
4b2d9f5d11
Since we have to set the CORS header for data.json, we make sure that there's some form of documentation in this repo
11 lines
221 B
Text
11 lines
221 B
Text
# assuming the dist repo lives at /srv/http/lavender.software
|
|
|
|
location / {
|
|
alias /srv/http/lavender.software/;
|
|
}
|
|
|
|
error_page 404 /404.html
|
|
|
|
location = /webring/data.json {
|
|
add_header Access-Control-Allow-Origin *;
|
|
}
|