Merge branch 'main' into patch/new-member-list

Luna 2022-03-05 17:49:05 +00:00
commit 8fe05ca430
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# assuming the dist repo lives at /srv/http/lavender.software
location / {
alias /srv/http/lavender.software/;
root /srv/http/lavender.software/;
location = /webring/data.json {
add_header Access-Control-Allow-Origin *;
}
}
error_page 404 /404.html
location = /webring/data.json {
add_header Access-Control-Allow-Origin *;
}