Skip to content

Commit

Permalink
Merge pull request #918 from subutai-io/issue-917
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshat authored Dec 14, 2018
2 parents 20854b6 + 0062c3c commit 8350929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ 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";
}
#well-known
Expand Down

0 comments on commit 8350929

Please sign in to comment.