fix: set the correct port 8080 for mjpgstreamer

This commit is contained in:
th33xitus
2021-01-03 16:18:37 +01:00
committed by GitHub
parent a44ae4c2b9
commit 8ee277fe2c

View File

@@ -9,5 +9,5 @@ upstream apiserver {
upstream mjpgstreamer {
#edit your webcam port here
ip_hash;
server 127.0.0.1:8081;
}
server 127.0.0.1:8080;
}