Skip to content

Commit d0b7d29

Browse files
author
Dilshat
authored
Merge pull request #1009 from subutai-io/dev
Dev -> Master
2 parents 2b33a7d + 7923937 commit d0b7d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/proxy/proxy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ server {
110110
proxy_set_header Host $http_host;
111111
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
112112
proxy_set_header X-Forwarded-Proto $scheme;
113+
proxy_http_version 1.1;
113114
proxy_set_header Upgrade $http_upgrade;
114115
proxy_set_header Connection $http_connection;
115116
}

0 commit comments

Comments
 (0)