From 5c5d1dca0288950a653b36b4958e2eec6f55cebb Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 6 Aug 2023 14:48:22 +0200 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c6e106..5a936e1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ server { location / { root /dev/null; proxy_pass https://apis.justwatch.com/; + proxy_set_header 'Origin' 'apis.justwatch.com'; add_header 'Access-Control-Allow-Origin' '*'; }