From ce19d09ff28317857017973cb730f431147a6cbc Mon Sep 17 00:00:00 2001 From: ksurl Date: Thu, 22 Oct 2020 13:59:08 -0700 Subject: [PATCH] remove redundant proxy_header settings --- yacht.subdomain.conf.sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/yacht.subdomain.conf.sample b/yacht.subdomain.conf.sample index 5a61243..30b4dfb 100644 --- a/yacht.subdomain.conf.sample +++ b/yacht.subdomain.conf.sample @@ -35,8 +35,5 @@ server { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - } }