Skip to content

Commit

Permalink
#917 added nginx config proxy_http_version 1.1;
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshat Aliev committed Dec 10, 2019
1 parent c708e58 commit 622a8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ 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 $http_connection;
}
Expand Down

0 comments on commit 622a8d6

Please sign in to comment.