Update Traefik configuration to include CSRF middleware and adjust routing rules
This commit is contained in:
@@ -240,6 +240,8 @@ http:
|
||||
rule: "Host(`mqttx.furyhawk.lol`)"
|
||||
entryPoints:
|
||||
- web-socket-secure
|
||||
middlewares:
|
||||
- csrf
|
||||
service: emqx-web-socket-secure
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
+1
-1
@@ -233,10 +233,10 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "7687:7687"
|
||||
# - "1883:1883"
|
||||
- "8083:8083"
|
||||
- "8084:8084"
|
||||
- "8883:8883"
|
||||
# - "1883:1883"
|
||||
# - 18083:18083
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user