From 79d9fc857559982b00b68b2d709807bdc4cd286f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 10:58:17 +0800
Subject: [PATCH] minio 地址修改

---
 nginx.conf |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/nginx.conf b/nginx.conf
index 5b67e36..bd2d633 100644
--- a/nginx.conf
+++ b/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;
 		}
 		
 

--
Gitblit v1.9.3