From b33d36b23bdce2e036fbc84bc4fdb03e07b61e4e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 11 Oct 2022 18:56:30 +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 18b9622..dcd3029 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -1,6 +1,6 @@ In order to expose Uptime Kuma to the web securely, it is recommended to proxy it behind a traditional webserver such as nginx or Apache. Below are some example configurations that you could use. -Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to **reverse proxy WebSocket**. +Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to accept WebSocket on a reverse proxy. Uptime Kuma **does not support a subdirectory** such as `http://example.com/uptimekuma`. Please prepare a domain or sub-domain to do that.