From a65eb9021cdd1c4fce2c5e40149f54d54e30506c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 19 Jul 2022 16:00:43 +0200 Subject: Removing superfluous slashes in apache2 config for convenience reasons. Signed-off-by: Daniel Baumann --- debian/local/apache2/ttyd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/local/apache2/ttyd.conf b/debian/local/apache2/ttyd.conf index d30fab8..eb32249 100644 --- a/debian/local/apache2/ttyd.conf +++ b/debian/local/apache2/ttyd.conf @@ -7,8 +7,8 @@ ProxyPass /ttyd/ws ws://localhost:7681/ws ProxyPassReverse /ttyd/ws ws://localhost:7681/ws - ProxyPass /ttyd/ http://localhost:7681/ keepalive=on - ProxyPassReverse /ttyd/ http://localhost:7681/ + ProxyPass /ttyd http://localhost:7681 keepalive=on + ProxyPassRevers /ttyd http://localhost:768 -- cgit v1.2.3