mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-21 11:05:56 +00:00
Updated Reverse Proxy (markdown)
parent
3d625e6aea
commit
eeba2b3f2e
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@ 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 header **"Upgrade"** and **"Connection"** in order to **reverse proxy WebSocket**.
|
Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more header **"Upgrade"** and **"Connection"** in order to **reverse proxy WebSocket**.
|
||||||
|
|
||||||
|
- [Nginx](#nginx)
|
||||||
|
- [Apache](#apache)
|
||||||
|
- [Caddy](#caddy)
|
||||||
|
- [Synology Builtin Reverse Proxy](#synology-builtin-reverse-proxy)
|
||||||
|
- [SSL/HTTPS](#ssl-https)
|
||||||
|
|
||||||
|
|
||||||
# Nginx
|
# Nginx
|
||||||
|
|
||||||
With SSL:
|
With SSL:
|
||||||
|
|
Loading…
Add table
Reference in a new issue