Merge branch 'rc3-cors' into 'main'

allow corigin * for codimd cors

See merge request infra/haccfiles!12
keep-around/9fc7e9fb0f42f2b62d818cedf7c29ce4efadfcad
Matthias Stübinger 2020-12-10 23:20:29 +01:00
commit 9fc7e9fb0f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
add_header Access-Control-Allow-Origin "https://stuebinm.4future.de";
add_header Access-Control-Allow-Origin "*";
proxy_buffering off;
'';
};