mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
Fix port variable
This commit is contained in:
parent
c35fcf0c84
commit
0c1aba14c2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S
|
||||||
|
|
||||||
###################SSL CONNECTION###########################################
|
###################SSL CONNECTION###########################################
|
||||||
#To use mosquitto with direct IP and SSL connection, uncomment those lines
|
#To use mosquitto with direct IP and SSL connection, uncomment those lines
|
||||||
#You will need to open the firewall port with command "sudo yunohost firewall allow TCP __SSL_PORT__ --no-upnp"
|
#You will need to open the firewall port with command "sudo yunohost firewall allow TCP __PORT_SSL__ --no-upnp"
|
||||||
|
|
||||||
#listener __PORT_SSL__
|
#listener __PORT_SSL__
|
||||||
#certfile /etc/yunohost/certs/__DOMAIN__/crt.pem
|
#certfile /etc/yunohost/certs/__DOMAIN__/crt.pem
|
||||||
|
|
Loading…
Add table
Reference in a new issue