mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-12-08 04:18:52 +00:00
Replaced all instances of add_header with more_set_headers
This commit is contained in:
@@ -14,7 +14,7 @@ server {
|
||||
|
||||
server_name grafana.schleppe.cloud;
|
||||
|
||||
add_header Upgrading Connection;
|
||||
more_set_headers Upgrading Connection;
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user