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 4da04d0 commit 56e2233Copy full SHA for 56e2233
operations/nginx-cookbook.conf
@@ -10,7 +10,7 @@ server {
10
}
11
12
location @proxy {
13
- proxy_pass http://localhost:3000;
+ proxy_pass http://[::1]:3000;
14
proxy_http_version 1.1;
15
proxy_set_header Upgrade $http_upgrade;
16
proxy_set_header Connection 'upgrade';
@@ -22,7 +22,7 @@ server {
22
23
24
location / {
25
26
27
28
0 commit comments