From c67946115a03807ad5399f0a57c9bdbc797d46c7 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 7 Sep 2020 22:20:57 -0500 Subject: [PATCH] Update nginx.conf Fix indentation --- root/defaults/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/defaults/nginx.conf b/root/defaults/nginx.conf index 880c5f9..10b56d8 100644 --- a/root/defaults/nginx.conf +++ b/root/defaults/nginx.conf @@ -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