diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index 06eebb3..f42b2f8 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -240,6 +240,8 @@ http: rule: "Host(`mqttx.furyhawk.lol`)" entryPoints: - web-socket-secure + middlewares: + - csrf service: emqx-web-socket-secure tls: certResolver: letsencrypt diff --git a/production.yml b/production.yml index 0bef69e..d8f9fdc 100644 --- a/production.yml +++ b/production.yml @@ -233,10 +233,10 @@ services: - "80:80" - "443:443" - "7687:7687" - # - "1883:1883" - "8083:8083" - "8084:8084" - "8883:8883" + # - "1883:1883" # - 18083:18083 networks: