Merge pull request #628 from ctwelve/patch-1

Update CORS for ma1sd
This commit is contained in:
Slavi Pantaleev 2020-08-09 09:08:33 +03:00 committed by GitHub
commit 7c26d1b90e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
add_header Access-Control-Allow-Origin *;
}
{% endif %}