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' '*'; }