Skip to content

Commit

Permalink
Merge pull request #920 from subutai-io/dev
Browse files Browse the repository at this point in the history
#917 Dev -> Master
  • Loading branch information
Dilshat committed Dec 14, 2018
2 parents 3c3a9f4 + 630fc97 commit 77a1c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +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_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
}
#well-known
Expand Down

0 comments on commit 77a1c4b

Please sign in to comment.