1
2
3
4
5
localhost
file_server {
root ./www
}
reverse_proxy /mqtt http://10.0.0.1:9005
webui for mqtt, can be used to control/display data in mqtt-topics
1
2
3
4
5
localhost
file_server {
root ./www
}
reverse_proxy /mqtt http://10.0.0.1:9005