mirror of
https://github.com/KevinMidboe/nginx.git
synced 2026-01-09 02:45:37 +00:00
Updated all more_set_header statements with 'KEY: value1 value2' syntax
This commit is contained in:
@@ -8,7 +8,7 @@ server {
|
||||
|
||||
server_name *.leifsopplevelser.no leifsopplevelser.no;
|
||||
|
||||
more_set_headers Upgrading Connection;
|
||||
more_set_headers "Upgrading: Connection";
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user