Merge branch 'patch-codimd' into 'main'

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

See merge request infra/haccfiles!9
This commit is contained in:
Matthias Stübinger 2020-12-04 20:18:18 +01:00
commit 2ab22d0eaa

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