Prechádzať zdrojové kódy

部署配置文件修改

lingmin_package@163.com 4 týždňov pred
rodič
commit
e54e2734f5

+ 1 - 1
docker/nginx/lq_ai_middle_platform_front_server.conf

@@ -3,7 +3,7 @@ server{
 
         listen 9200;
         server_name _;
-        root /usr/share/nginx/html;
+        root /usr/share/nginx/html_app/lq_ai_middle_platform;
         index index.html index.htm;
 
        # 如果请求根目录,重定向到 index.html