|
@@ -19,10 +19,10 @@ server {
|
|
|
index start.html index.html;
|
|
|
}
|
|
|
|
|
|
- # location /api {
|
|
|
- # proxy_read_timeout 300;
|
|
|
- # proxy_pass http://192.168.3.177:8080;
|
|
|
- # }
|
|
|
+ location /api {
|
|
|
+ proxy_read_timeout 300;
|
|
|
+ proxy_pass http://192.168.3.251:8080;
|
|
|
+ }
|
|
|
|
|
|
# location /ws {
|
|
|
# proxy_read_timeout 300;
|