Update nginx.conf

Fix indentation
This commit is contained in:
Eric Nemchik 2020-09-07 22:20:57 -05:00 committed by GitHub
parent 596acd2d7a
commit c67946115a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,10 +75,10 @@ http {
## ##
# WebSocket proxying # WebSocket proxying
## ##
map $http_upgrade $connection_upgrade { map $http_upgrade $connection_upgrade {
default upgrade; default upgrade;
'' close; '' close;
} }
## ##
# Virtual Host Configs # Virtual Host Configs