소스 검색

首次提交

alair 4 달 전
부모
커밋
f71cc5f416
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      docker/nginx.conf

+ 4 - 0
docker/nginx.conf

@@ -12,6 +12,10 @@ server {
         try_files $uri $uri/ /index.html;  # 支持 Vue/React 前端路由
     }
 
+
+        alias /usr/share/nginx/html/favicon.ico;
+    }
+
     # 后端 API 代理
     location /api/v1/ {
         proxy_pass http://ruoyi.autumn.com/api/v1/;  # 转发到后端服务