lavender.software webring #2

Merged
char merged 5 commits from patch/webring into main 2022-03-05 15:00:48 +00:00
Showing only changes of commit 4b2d9f5d11 - Show all commits

11
nginx-site.conf Normal file
View file

@ -0,0 +1,11 @@
# 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 *;
}