From 2b5733f6d99a45f2ee2dd03a4a9673a7e9033278 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 30 May 2019 17:52:58 +0200 Subject: [PATCH] murex: fit /webcampic/ url --- murex.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murex.nix b/murex.nix index f5c5e69..b824c41 100644 --- a/murex.nix +++ b/murex.nix @@ -176,7 +176,7 @@ proxyWebsockets = true; }; locations."/webcam/".proxyPass = "http://localhost:5050/?action=stream"; - locations."/webcampic/".proxyPass = "http://localhost:5050/?action=static"; + locations."/webcampic/".proxyPass = "http://localhost:5050/?action=snapshot"; }; };