Replaced all instances of add_header with more_set_headers

This commit is contained in:
2023-11-10 21:50:13 +01:00
parent dfe30fd752
commit a4e5c20193
29 changed files with 57 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ server {
server_name blockchain.schleppe.cloud;
add_header Upgrading Connection;
more_set_headers Upgrading Connection;
return 302 https://$host$request_uri;
}
@@ -23,4 +23,4 @@ server {
ssl_certificate /etc/letsencrypt/live/blockchain.schleppe.cloud/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/blockchain.schleppe.cloud/privkey.pem; # managed by Certbot
}
}