From f5405cffe6f7a0c6d8ad09307f0a4b27d13f98c7 Mon Sep 17 00:00:00 2001 From: ctfrookie <3039375674@qq.com> Date: Sun, 23 Nov 2025 11:16:24 +0800 Subject: [PATCH] Add Trust Proxy configuration tip for Uptime Kuma --- Reverse-Proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index 8e837ae..dee3a58 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -12,7 +12,7 @@ Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more head > [!TIP] > If you are using a reverse proxy (such as Nginx, Apache, etc.), please access the Uptime Kuma backend → 「Settings」→「Reverse Proxy」→「HTTP Headers」, and set `Trust Proxy` to Yes. This allows the system to trust the `X-Forwarded-*` headers, thereby obtaining the correct client IP address. - + -
Nginx With SSL: