From a21c54728c90f4b7ec45b29f66b7304290cd321c Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 28 Aug 2021 00:26:24 +0800 Subject: [PATCH] Updated Reverse Proxy (markdown) --- Reverse-Proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index 410e0dc..f2b6e16 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -2,7 +2,7 @@ In order to to expose Uptime Kuma to the web securely, it is recommended to prox Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to **reverse proxy WebSocket**. -Uptime Kuma **do not supported on subdirectory** reverse proxy. Please prepare a domain or sub-domain to do that. +Uptime Kuma **do not supported the subdirectory reverse proxy** such as `http://example.com/uptimekuma`. Please prepare a domain or sub-domain to do that. - [Nginx](#nginx) - [Apache](#apache)