We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e00045 commit 5ade51eCopy full SHA for 5ade51e
1 file changed
‎nginx.conf‎
@@ -23,7 +23,7 @@ http {
23
return 405;
24
}
25
rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;
26
- proxy_pass http://geode:5000;
+ proxy_pass http://localhost:5000;
27
proxy_http_version 1.1;
28
proxy_set_header Host $host;
29
proxy_set_header X-Real-IP $remote_addr;
@@ -36,7 +36,7 @@ http {
36
37
38
rewrite "^/[a-z0-9]{32}/viewer/(.*)" /$1 break;
39
- proxy_pass http://viewer:1234;
+ proxy_pass http://localhost:1234;
40
41
42
0 commit comments