mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Setup MQTT
This commit is contained in:
parent
5f2005a8c3
commit
91d8478c9b
6 changed files with 120 additions and 3 deletions
|
|
@ -152,6 +152,12 @@ in {
|
|||
"/_synapse/client".proxyPass = "http://[::1]:8008";
|
||||
};
|
||||
};
|
||||
"mqtt.${domain}" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/".return = "301 https://beanbag.technicalissues.us";
|
||||
};
|
||||
"ot.${domain}" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue