We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31a4dd commit 95fa38fCopy full SHA for 95fa38f
deploy/rest-python-nginx.conf
@@ -1,3 +1,6 @@
1
location /rh/rest/ {
2
+ proxy_set_header Host $host;
3
proxy_pass http://localhost:9401;
4
+ proxy_set_header Upgrade $http_upgrade;
5
+ proxy_set_header Connection "Upgrade";
6
}
0 commit comments