diff --git a/frontend/conf/nginx.conf b/frontend/conf/nginx.conf index 7ebd77f..15740a9 100644 --- a/frontend/conf/nginx.conf +++ b/frontend/conf/nginx.conf @@ -44,7 +44,7 @@ http { } location ~ ^/api { - proxy_pass http://192.168.0.153:50011; + proxy_pass http://192.168.1.153:50011; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr;