cszhzleo commited on
Commit
5ba08fc
·
verified ·
1 Parent(s): e710a43

Update default.conf

Browse files
Files changed (1) hide show
  1. default.conf +2 -2
default.conf CHANGED
@@ -13,8 +13,8 @@ server {
13
 
14
  location / {
15
  #root /usr/share/nginx/html;
16
- #index index.html index.htm; 35.94.145.197
17
- proxy_pass http://IP:PORT/;
18
  }
19
 
20
  }
 
13
 
14
  location / {
15
  #root /usr/share/nginx/html;
16
+ #index index.html index.htm;
17
+ proxy_pass http://35.94.145.197:3000/;
18
  }
19
 
20
  }