From 0ea9e5467c75f9deb6cd77b66c8431a14c085edd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Jul 2022 07:13:03 +0200 Subject: Correcting typo of ProxyPassReverse directive name in apache2 config. Signed-off-by: Daniel Baumann --- debian/local/apache2/ttyd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/local/apache2/ttyd.conf b/debian/local/apache2/ttyd.conf index eb32249..2035f57 100644 --- a/debian/local/apache2/ttyd.conf +++ b/debian/local/apache2/ttyd.conf @@ -8,7 +8,7 @@ ProxyPassReverse /ttyd/ws ws://localhost:7681/ws ProxyPass /ttyd http://localhost:7681 keepalive=on - ProxyPassRevers /ttyd http://localhost:768 + ProxyPassReverse /ttyd http://localhost:768 -- cgit v1.2.3