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:
entryPoints:
- 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:
- csrf
tls:
@@ -294,7 +294,7 @@ http:
mqtt-wss-https-router:
entryPoints:
- 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:
- csrf
service: emqx-web-socket-secure