lavender.software/nginx-site.conf

12 lines
218 B
Plaintext

# 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