Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
nemchik committed Sep 8, 2020
1 parent 596acd2 commit c679461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions root/defaults/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ http {
##
# WebSocket proxying
##
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}

##
# Virtual Host Configs
Expand Down

0 comments on commit c679461

Please sign in to comment.