hainich: fix nginx typo (codimd cors)
This commit is contained in:
parent
48319faf88
commit
a3f1f5b8df
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
proxy_add_header Access-Control-Allow-Origin "https://stuebinm.4future.de";
|
add_header Access-Control-Allow-Origin "https://stuebinm.4future.de";
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue