mirror of
https://github.com/KevinMidboe/nginx.git
synced 2026-01-07 01:45:37 +00:00
Replaced all instances of add_header with more_set_headers
This commit is contained in:
@@ -5,7 +5,7 @@ server {
|
||||
|
||||
server_name blog.kevinmidboe.com;
|
||||
|
||||
add_header Upgrading Connection;
|
||||
more_set_headers Upgrading Connection;
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ server {
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/blog.kevinmidboe.com/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/blog.kevinmidboe.com/privkey.pem; # managed by Certbot
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user