summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-21 05:13:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-21 05:13:08 +0000
commit0ea9e5467c75f9deb6cd77b66c8431a14c085edd (patch)
treeaf2e3aa5d6c4d0ea75bce02f22f7eea96a6842d3
parentReleasing debian version 1.6.3+20220719-2. (diff)
downloadttyd-0ea9e5467c75f9deb6cd77b66c8431a14c085edd.tar.xz
ttyd-0ea9e5467c75f9deb6cd77b66c8431a14c085edd.zip
Correcting typo of ProxyPassReverse directive name in apache2 config.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/apache2/ttyd.conf2
1 files changed, 1 insertions, 1 deletions
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
<IfFile /etc/ttyd/apache2-auth.conf>
<Location /ttyd>