# assuming the dist repo lives at /srv/http/lavender.software
location / {
root /srv/http/lavender.software/;
location ^~ /webring/ {
add_header Access-Control-Allow-Origin *;
}
error_page 404 /404.html