Update Traefik configuration to enable TLS for broker.furyhawk.lol, mqtt.furyhawk.lol, and mqttx.furyhawk.lol

This commit is contained in:
2024-05-11 20:50:39 +08:00
parent 73b9915685
commit d4d90d2396
+2 -2
View File
@@ -284,7 +284,7 @@ http:
mqtt-ws-http-router: mqtt-ws-http-router:
entryPoints: entryPoints:
- web-socket - web-socket
rule: "Host(`mqtt.furyhawk.lol`) || Host(`mqttx.furyhawk.lol`)" rule: "Host(`broker.furyhawk.lol`) || Host(`mqtt.furyhawk.lol`) || Host(`mqttx.furyhawk.lol`)"
middlewares: middlewares:
- csrf - csrf
tls: tls:
@@ -294,7 +294,7 @@ http:
mqtt-wss-https-router: mqtt-wss-https-router:
entryPoints: entryPoints:
- web-socket-secure - web-socket-secure
rule: "Host(`mqtt.furyhawk.lol`) || Host(`mqttx.furyhawk.lol`)" rule: "Host(`broker.furyhawk.lol`) || Host(`mqtt.furyhawk.lol`) || Host(`mqttx.furyhawk.lol`)"
middlewares: middlewares:
- csrf - csrf
service: emqx-web-socket-secure service: emqx-web-socket-secure