ruanwenjun commented on code in PR #11765:
URL: https://github.com/apache/dolphinscheduler/pull/11765#discussion_r962993943


##########
docs/docs/zh/faq.md:
##########
@@ -504,33 +527,49 @@ A: 1,用户修改了 api server 配置文件中的![apiServerContextPath](ht
 ---
 
 ## Q:上传比较大的文件卡住
+
 <p align="center">
    <img 
src="https://user-images.githubusercontent.com/21357069/58231400-805b0e80-7d69-11e9-8107-7f37b06a95df.png";
 width="60%" />
  </p>
 A:1,编辑 ngnix 配置文件 vi /etc/nginx/nginx.conf,更改上传大小 client_max_body_size 1024m。
 
-   ​   2,更新 google chrome 版本到最新版本。
+<<<<<<< HEAD
+​      2,更新 google chrome 版本到最新版本。
+=============================
+
+​      2,更新 google chrome 版本到最新版本。
+
+>>>>>>> 85200811c (Bump up dependencies to fix cves)
 
 ---
 
 ## Q:创建 spark 数据源,点击“测试连接”,系统回退回到登入页面
+
 A:1,edit /etc/nginx/conf.d/escheduler.conf
+
 ```
-     proxy_connect_timeout 300s;
-     proxy_read_timeout 300s;
-     proxy_send_timeout 300s;
+proxy_connect_timeout 300s;
+proxy_read_timeout 300s;
+proxy_send_timeout 300s;
 ```
 
 ---
 
 ## Q:工作流依赖
+
 A:1,目前是按照自然天来判断,上月末:判断时间是工作流 A start_time/scheduler_time between '2019-05-31 
00:00:00' and '2019-05-31 23:59:59'。上月:是判断上个月从 1 号到月末每天都要有完成的A实例。上周: 上周 7 
天都要有完成的 A 实例。前两天: 判断昨天和前天,两天都要有完成的 A 实例。
 
 ---
 
 ## Q:DS 后端接口文档
+
+<<<<<<< HEAD
 
A:1,http://106.75.43.194:8888/dolphinscheduler/swagger-ui/index.html?language=zh_CN&lang=zh。
+============================================================================================
 
+>>>>>>> 85200811c (Bump up dependencies to fix cves)
+
+A:1,http://106.75.43.194:8888/dolphinscheduler/doc.html?language=zh_CN&lang=zh。

Review Comment:
   ```suggestion
   
A:1,http://106.75.43.194:8888/dolphinscheduler/swagger-ui/index.html?language=zh_CN&lang=zh。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to