Update mjpeg-proxy hostname

This commit is contained in:
Xander 2023-12-06 20:43:16 +01:00
parent f27e109f3e
commit 224bf7c44c
No known key found for this signature in database
GPG key ID: 79979C7BA303E003

View file

@ -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 {