Skip to content

Commit 5ade51e

Browse files
🚧 localhost
1 parent 1e00045 commit 5ade51e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎nginx.conf‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http {
2323
return 405;
2424
}
2525
rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;
26-
proxy_pass http://geode:5000;
26+
proxy_pass http://localhost:5000;
2727
proxy_http_version 1.1;
2828
proxy_set_header Host $host;
2929
proxy_set_header X-Real-IP $remote_addr;
@@ -36,7 +36,7 @@ http {
3636
return 405;
3737
}
3838
rewrite "^/[a-z0-9]{32}/viewer/(.*)" /$1 break;
39-
proxy_pass http://viewer:1234;
39+
proxy_pass http://localhost:1234;
4040
proxy_http_version 1.1;
4141
proxy_set_header Host $host;
4242
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)