mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-20 02:25:56 +00:00
Updated Reverse Proxy (markdown)
parent
562bf86eeb
commit
a21c54728c
1 changed files with 1 additions and 1 deletions
|
@ -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**.
|
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)
|
- [Nginx](#nginx)
|
||||||
- [Apache](#apache)
|
- [Apache](#apache)
|
||||||
|
|
Loading…
Add table
Reference in a new issue