From f06e788f454df877d7030e603aff5b882fcf7a82 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 16 Jun 2024 00:17:28 +0800 Subject: [PATCH] docs: add document about server status page custom domain --- .../docs/server-status/server-status-page.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 website/docs/server-status/server-status-page.md diff --git a/website/docs/server-status/server-status-page.md b/website/docs/server-status/server-status-page.md new file mode 100644 index 0000000..339e747 --- /dev/null +++ b/website/docs/server-status/server-status-page.md @@ -0,0 +1,19 @@ +--- +sidebar_position: 2 +--- + +# Server Status Page + +You can create a server status page for user to show your server status to public which wanna make others know. + +## Configure custom domain + +You can config your status page in your own domain, for example: `status.example.com` + +set it in page config, and create a `CNAME` record in your DNS dashboard. + +``` +CNAME status.example.com tianji.example.com +``` + +then you can visit custom `status.example.com` to your page.