瀏覽代碼

食堂测试系统部署test1.1

XhuiCoder 9 月之前
父節點
當前提交
935cac9448
共有 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/ {