Update README

This commit is contained in:
Lucas Verney 2023-08-06 14:48:22 +02:00
parent e7555d2f29
commit 5c5d1dca02
1 changed files with 1 additions and 0 deletions

View File

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