Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshat Aliev committed Dec 14, 2018
1 parent 0062c3c commit 291fe88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ server {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Connection $http_connection;
}
#well-known
Expand Down

0 comments on commit 291fe88

Please sign in to comment.