Updated all more_set_header statements with 'KEY: value1 value2' syntax

This commit is contained in:
2023-11-10 22:18:02 +01:00
parent a4e5c20193
commit 3eeecbfcfe
30 changed files with 64 additions and 64 deletions

View File

@@ -13,9 +13,9 @@ server {
location / {
proxy_http_version 1.1;
more_set_headers 'Access-Control-Allow-Origin' 'fjordmap.schleppe.cloud';
more_set_headers 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
more_set_headers 'Access-Control-Allow-Headers' 'Content-Type';
more_set_headers 'Access-Control-Allow-Origin: fjordmap.schleppe.cloud';
more_set_headers 'Access-Control-Allow-Methods: GET, POST, OPTIONS';
more_set_headers 'Access-Control-Allow-Headers: Content-Type';
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";