From 755d7827738bbfe13ea9f9d08e6556c5c683950c Mon Sep 17 00:00:00 2001 From: "rui.yan" Date: Wed, 24 May 2023 16:25:25 +0800 Subject: [PATCH] fix: use the right method to next line --- homepage/src/static/md/faq_access.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homepage/src/static/md/faq_access.md b/homepage/src/static/md/faq_access.md index 00d95a5..101a5ef 100644 --- a/homepage/src/static/md/faq_access.md +++ b/homepage/src/static/md/faq_access.md @@ -6,7 +6,7 @@ order: 3 # 网站无法访问 -为了方便讨论问题,我们假设:
+为了方便讨论问题, 我们假设: 在没有 SafeLine 的时候,假设小明的域名 `xiaoming.com` 通过 DNS 解析到自己主机 `192.168.1.111`,上面在 `:8888` 端口监听了自己的服务(网站/博客/靶场)等等。 @@ -18,7 +18,7 @@ order: 3 ## 请求返回缓慢 1. 首先检查服务器负载情况 -2. 检查雷池服务器与上游服务器的网络状况,检查命令`curl -H "Host: " -vv -o /dev/null -s -w 'time_namelookup: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n' http://xiaoming.com:8888`
-如果 `time_namelookup` 时间过大,请检查dns server配置
-如果 `time_connect` 时间过大,请检查与上游服务器之间的网络状态
-如果 `time_starttransfer` 时间过大,请检查上游服务器状态,是否出现资源过载情况
\ No newline at end of file +2. 检查雷池服务器与上游服务器的网络状况,检查命令`curl -H "Host: " -vv -o /dev/null -s -w 'time_namelookup: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n' http://xiaoming.com:8888`
+如果 `time_namelookup` 时间过大,请检查dns server配置 +如果 `time_connect` 时间过大,请检查与上游服务器之间的网络状态 +如果 `time_starttransfer` 时间过大,请检查上游服务器状态,是否出现资源过载情况 \ No newline at end of file