diff --git a/nginx-site.conf b/nginx-site.conf index aa49013..89a096a 100644 --- a/nginx-site.conf +++ b/nginx-site.conf @@ -3,7 +3,7 @@ location / { root /srv/http/lavender.software/; - location ^~ /webring/ { + location = /webring/data.json { add_header Access-Control-Allow-Origin *; } }