mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 16:11:50 +03:00
Updated Status Page (markdown)
parent
0e51dbc094
commit
fdda0cdb23
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Now you can show different status pages based on the domain names.
|
||||||
1. If you are not using a reverse proxy, you should expose your Uptime Kuma in port 80.
|
1. If you are not using a reverse proxy, you should expose your Uptime Kuma in port 80.
|
||||||
2. If you are using a reverse proxy, add your domain name in your reverse proxy and point to Uptime Kuma.
|
2. If you are using a reverse proxy, add your domain name in your reverse proxy and point to Uptime Kuma.
|
||||||
|
|
||||||
(⚠️ PS: For such as Apache or nginx, you need to forward the header `X-Forward-Host` or `Host` to Uptime Kuma, otherwise Uptime Kuma do not know the current domain name)
|
(⚠️ PS: For such as Apache or nginx, you need to forward the header `X-Forwarded-Host` or `Host` to Uptime Kuma, otherwise Uptime Kuma do not know the current domain name)
|
||||||
|
|
||||||
3. Add a A/CNAME record for your domain name in your DNS management.
|
3. Add a A/CNAME record for your domain name in your DNS management.
|
||||||
4. Add your domain name in your status page settings sidebar.
|
4. Add your domain name in your status page settings sidebar.
|
||||||
|
|
Loading…
Reference in a new issue