summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 14:00:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-20 06:08:34 +0000
commita65eb9021cdd1c4fce2c5e40149f54d54e30506c (patch)
tree3cf0cca523d9f2b14af4115948d60d1154ae4831
parentReleasing debian version 1.6.3+20220719-1. (diff)
downloadttyd-a65eb9021cdd1c4fce2c5e40149f54d54e30506c.tar.xz
ttyd-a65eb9021cdd1c4fce2c5e40149f54d54e30506c.zip
Removing superfluous slashes in apache2 config for convenience reasons.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/apache2/ttyd.conf4
1 files 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
<IfFile /etc/ttyd/apache2-auth.conf>
<Location /ttyd>