mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-20 06:14:27 +05:00
fix: set the correct port 8080 for mjpgstreamer
This commit is contained in:
@@ -9,5 +9,5 @@ upstream apiserver {
|
|||||||
upstream mjpgstreamer {
|
upstream mjpgstreamer {
|
||||||
#edit your webcam port here
|
#edit your webcam port here
|
||||||
ip_hash;
|
ip_hash;
|
||||||
server 127.0.0.1:8081;
|
server 127.0.0.1:8080;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user