diff --git a/nginx-site.conf b/nginx-site.conf new file mode 100644 index 0000000..d416970 --- /dev/null +++ b/nginx-site.conf @@ -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 *; +}