Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
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;
      }