We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4ee13 commit dd23aceCopy full SHA for dd23ace
rewrite/nginx/proxydg.conf
@@ -0,0 +1,8 @@
1
+location / {
2
+ proxy_redirect off;
3
+ proxy_pass http://127.0.0.1:12345;
4
+ proxy_http_version 1.1;
5
+ proxy_set_header Upgrade $http_upgrade;
6
+ proxy_set_header Connection "upgrade";
7
+ proxy_set_header Host $http_host;
8
+}
0 commit comments