mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 15:11:10 +00:00
Update Traefik configuration to include web-socket and web-socket-secure entry points
This commit is contained in:
@@ -20,6 +20,12 @@ entryPoints:
|
||||
# https
|
||||
address: ":443"
|
||||
|
||||
web-socket:
|
||||
address: ":8083"
|
||||
|
||||
web-socket-secure:
|
||||
address: ":8084"
|
||||
|
||||
# osrm:
|
||||
# address: ":5000"
|
||||
|
||||
@@ -124,6 +130,8 @@ http:
|
||||
rule: "Host(`mqtt.furyhawk.lol`)"
|
||||
entryPoints:
|
||||
- web-secure
|
||||
- web-socket
|
||||
- web-socket-secure
|
||||
middlewares:
|
||||
- csrf
|
||||
service: emqx-dashboard
|
||||
|
||||
Reference in New Issue
Block a user