We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c46364 commit 269e7dcCopy full SHA for 269e7dc
doc/example-nginx-triton1.conf
@@ -22,6 +22,7 @@ http {
22
server {
23
listen 7900;
24
location / {
25
+ proxy_http_version 1.1;
26
proxy_set_header Upgrade $http_upgrade;
27
proxy_set_header Connection "Upgrade";
28
proxy_pass https://backend/YOUR_AUTH_TOKEN_HERE/;
0 commit comments