Fix typo for websocket_tls_port

The websocket_tls_port variable referenced in the configuration
template should match the spelling of our corresponding class
parameter.

Change-Id: I1fa0e98534524dbb0a0512a23e0d1a4337dafec8
This commit is contained in:
Jeremy Stanley 2016-08-10 18:23:21 +00:00
parent 23e5990b74
commit 801c9ada97
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ protocol websockets
# Encrypted http websocket port
<% if @enable_tls -%>
listener <%= @webocket_tls_port %>
listener <%= @websocket_tls_port %>
cafile /etc/mosquitto/ca.crt
certfile /etc/mosquitto/server.crt
keyfile /etc/mosquitto/server.key