fixed mqtt and sockets and reverse proxy after 5 hours

This commit is contained in:
2024-12-02 13:44:15 +01:00
parent 8aa54805ac
commit dd39bd3021
6 changed files with 40 additions and 7 deletions

7
src/config/nginx.conf Normal file
View File

@@ -0,0 +1,7 @@
stream {
server {
listen 9001;
proxy_pass localhost:8080;
}
}