mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Adding websocket configuration for https-portal
parent
ec9d1ca40e
commit
c5706f31e7
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@ Uptime Kuma **do not support the subdirectory reverse proxy** such as `http://ex
|
|||
- [Nginx](#nginx)
|
||||
- [Apache](#apache)
|
||||
- [Caddy](#caddy)
|
||||
- [Https-Portal](#https-portal)
|
||||
- [Nginx Proxy Manager](#nginx-proxy-manager)
|
||||
- [Synology Builtin Reverse Proxy](#synology-builtin-reverse-proxy)
|
||||
- [Traefik](#Traefik)
|
||||
|
@ -91,12 +92,16 @@ subdomain.domain.com {
|
|||
}
|
||||
```
|
||||
|
||||
# Https-Portal
|
||||
|
||||
Enabling "WEBSOCKET=true", or the equivalent in your docker environment variables will do the trick.
|
||||
Link to https-portal [Websocket under Advanced Usage](https://github.com/SteveLTN/https-portal#configure-nginx-through-environment-variables).
|
||||
|
||||
# Nginx Proxy Manager
|
||||
|
||||
Please enable "WebSockets Supports"
|
||||
|
||||
|
||||
|
||||
# Synology Builtin Reverse Proxy
|
||||
|
||||
https://mlohr.com/websockets-for-synology-dsm/
|
||||
|
|
Loading…
Reference in a new issue