|
@@ -19,15 +19,15 @@ server {
|
|
|
index start.html index.html;
|
|
|
}
|
|
|
|
|
|
- location /api {
|
|
|
- proxy_read_timeout 300;
|
|
|
- proxy_pass http://172.16.121.248:8080;
|
|
|
- }
|
|
|
+ # location /api {
|
|
|
+ # proxy_read_timeout 300;
|
|
|
+ # proxy_pass http://192.168.3.177:8080;
|
|
|
+ # }
|
|
|
|
|
|
- location /ws {
|
|
|
- proxy_read_timeout 300;
|
|
|
- proxy_pass http://172.16.121.248:8080/ws;
|
|
|
- }
|
|
|
+ # location /ws {
|
|
|
+ # proxy_read_timeout 300;
|
|
|
+ # proxy_pass http://192.168.3.177:8080/ws;
|
|
|
+ # }
|
|
|
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
|
|
|
|
|
# location /api {
|