Skip to content
Snippets Groups Projects
Commit 46c8f79c authored by lain's avatar lain
Browse files

Merge branch 'feature/cross-origin' into 'develop'

Access-Control-Allow-Origin

See merge request !52
parents e97864bf 9c0c40cf
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ server {
server_name example.tld;
location / {
add_header 'Access-Control-Allow-Origin' '*';
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment