Skip to content

Commit 9ccfe91

Browse files
committed
update nginx.conf
1 parent b07737a commit 9ccfe91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: nginx.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ http {
2525

2626
upstream app {
2727
server 10.160.85.101:8888;
28-
server 10.160.85.102:8888;
28+
# server 10.160.85.102:8888;
2929
server 10.160.85.103:8888;
3030
}
3131

@@ -39,7 +39,7 @@ http {
3939
}
4040

4141
location /initialize {
42-
proxy_pass http://localhost:1323;
42+
proxy_pass http://10.160.85.101:1323;
4343
}
4444

4545
location / {

0 commit comments

Comments
 (0)