Skip to content

Commit 57f3c85

Browse files
Capitalise upgrade
Co-authored-by: King'ori Maina <j@kingori.co>
1 parent 4de0f86 commit 57f3c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/http.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http {
5151

5252
# See https://www.nginx.com/blog/websocket-nginx
5353
map $http_upgrade $proxy_connection {
54-
default upgrade;
54+
default Upgrade;
5555
'' '';
5656
}
5757

0 commit comments

Comments
 (0)