Skip to content

Commit 818efa3

Browse files
🚧 test localhost
1 parent 3ee8162 commit 818efa3

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
@@ -18,7 +18,7 @@ http {
1818
return 405;
1919
}
2020
rewrite "^/[a-z0-9]{32}/geode/(.*)" /$1 break;
21-
proxy_pass http://geode:5000;
21+
proxy_pass http://localhost:5000;
2222
proxy_http_version 1.1;
2323
}
2424

@@ -27,7 +27,7 @@ http {
2727
return 405;
2828
}
2929
rewrite "^/[a-z0-9]{32}/viewer/(.*)" /$1 break;
30-
proxy_pass http://viewer:1234;
30+
proxy_pass http://localhost:1234;
3131
proxy_http_version 1.1;
3232
}
3333
}

0 commit comments

Comments
 (0)