Sfoglia il codice sorgente

add comment for emqx for caddy upgrade change

Max Ma 1 anno fa
parent
commit
8387b6c291
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker/Caddyfile

+ 1 - 1
docker/Caddyfile

@@ -30,5 +30,5 @@ broker.{$NM_DOMAIN} {
 			header Connection *Upgrade*
 			header Upgrade websocket
 		}
-	reverse_proxy @ws mq:8883
+	reverse_proxy @ws mq:8883   # For EMQX websockets use `reverse_proxy @ws mq:8083`
 }