hainich: fix nginx typo (codimd cors)

keep-around/a3f1f5b8df67d1103aa4c6621861fb6eda85a235
hexchen 2020-12-05 19:05:47 +00:00
parent 48319faf88
commit a3f1f5b8df
1 changed files with 1 additions and 1 deletions

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;
proxy_add_header Access-Control-Allow-Origin "https://stuebinm.4future.de";
add_header Access-Control-Allow-Origin "https://stuebinm.4future.de";
proxy_buffering off;
'';
};