mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-16 03:54:27 +05:00
fix: correct mjpgstreamer port
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