소스 검색

Merge branch 'yl-service' of sckj/mz-cloud into master

NanMing 9 달 전
부모
커밋
9e7a16a307
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-ui/nginx.conf

+ 1 - 1
ruoyi-ui/nginx.conf

@@ -33,7 +33,7 @@ http {
         listen  [::]:80;
         server_name  localhost;
 
-        location /prod-api/ {
+        location /dev-api/ {
            proxy_pass http://172.17.0.1:9090/;
         }
         location /uploadPath/ {