mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
Updated all more_set_header statements with 'KEY: value1 value2' syntax
This commit is contained in:
@@ -5,7 +5,7 @@ server {
|
||||
|
||||
server_name memestream.schleppe.cloud;
|
||||
|
||||
more_set_headers Upgrading Connection;
|
||||
more_set_headers "Upgrading: Connection";
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user