allow corigin * for codimd cors

(needed since we have freedom.rc3.io and future.rc3.io — seems the easiest solution, at least)
This commit is contained in:
Matthias Stübinger 2020-12-10 23:20:25 +01:00
parent 8e3cc93503
commit 20e1548a07

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