nginx.conf
@@ -35,7 +35,7 @@ server { listen 80; server_name localhost; root E:/nginx-1.18.0/html/dist/; root /usr/share/nginx/html/; index index.html index.htm; location / { @@ -83,7 +83,8 @@ proxy_buffering off; client_max_body_size 100m; rewrite ^/api/(.*)$ /$1 break; proxy_pass http://zhbaw.zhba:81; proxy_pass http://192.168.0.191:81; # proxy_pass http://zhbaw.zhba:81; }