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:
parent
8e3cc93503
commit
20e1548a07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue