Merge branch 'patch-codimd' into 'main'

CodiMD: allow cors for origin stuebinm.4future.dev (a:f cluster site)

See merge request infra/haccfiles!9
keep-around/2ab22d0eaae05d4209e690a73c5b3f1add559bef
Matthias Stübinger 2020-12-04 20:18:18 +01:00
commit 2ab22d0eaa
1 changed files with 1 additions and 0 deletions

View File

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