Skip to content

Commit c679461

Browse files
authored
Update nginx.conf
Fix indentation
1 parent 596acd2 commit c679461

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

root/defaults/nginx.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ http {
7575
##
7676
# WebSocket proxying
7777
##
78-
map $http_upgrade $connection_upgrade {
79-
default upgrade;
80-
'' close;
81-
}
78+
map $http_upgrade $connection_upgrade {
79+
default upgrade;
80+
'' close;
81+
}
8282

8383
##
8484
# Virtual Host Configs

0 commit comments

Comments
 (0)