소스 검색

Merge branch 'master' of http://47.109.151.80:15030/yangzhenghui/ZhAgent

kinglee 3 주 전
부모
커밋
317fb74719
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      ui/nginx.conf

+ 0 - 1
ui/nginx.conf

@@ -17,7 +17,6 @@ server {
     }
 
     location /admin {
-        rewrite ^/admin(/.*)$ $1 break;
         proxy_pass http://maxkb-web:8080;
         proxy_set_header Host $host;
         proxy_set_header X-Real-IP $remote_addr;