From a777aea8158ca8aabf0d22ed1f0c20baf51757bc Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Sat, 5 Mar 2022 20:28:54 +0000 Subject: [PATCH] Revert "The CORS header should cover the entire webring directory" Wait no it shouldn't we're fine --- nginx-site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *; } }