Update mjpeg-proxy hostname
This commit is contained in:
parent
f27e109f3e
commit
224bf7c44c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ server {
|
|||
# This uses https://github.com/vvidic/mjpeg-proxy to proxy MJPG cameras so only one stream
|
||||
# per camera is opened
|
||||
location ~ ^/camera/(.*)$ {
|
||||
proxy_pass http://systemd-mjpeg-proxy.:8080/$1$is_args$args;
|
||||
proxy_pass http://mjpeg-proxy.:8080/$1$is_args$args;
|
||||
}
|
||||
|
||||
location /webcam/cgi/ptdc.cgi {
|
||||
|
|
Loading…
Reference in a new issue