From 8b733592cb789d6ff1675112ea84755f14da5886 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 1 Aug 2021 00:23:40 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 472c5531..5b65cf19 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,11 @@ pm2 start npm --name uptime-kuma -- run start-server -- --port=80 --hostname=0.0 Browse to http://localhost:3001 after started. -## One more step for Reverse Proxy +## (Optional) One more step for Reverse Proxy -Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more headers "Upgrade" and "Connection" in order to reverse proxy WebSocket. +This is optional for someone who want to do reverse proxy. + +Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to reverse proxy WebSocket. Please read wiki for more info: https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy