From db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:54:31 +0200 Subject: Adding debian version 1.7.4-1. Signed-off-by: Daniel Baumann --- debian/local/apache2/ttyd.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/local/apache2/ttyd.conf (limited to 'debian/local/apache2') diff --git a/debian/local/apache2/ttyd.conf b/debian/local/apache2/ttyd.conf new file mode 100644 index 0000000..9dcd79d --- /dev/null +++ b/debian/local/apache2/ttyd.conf @@ -0,0 +1,18 @@ +# /etc/apache2/conf-available/ttyd.conf + + + ProxyRequests Off + ProxyPreserveHost On + + ProxyPass /ttyd/ws ws://127.0.0.1:7681/ws + ProxyPassReverse /ttyd/ws ws://127.0.0.1:7681/ws + + ProxyPass /ttyd http://127.0.0.1:7681 keepalive=on + ProxyPassReverse /ttyd http://127.0.0.1:7681 + + + + Include /etc/ttyd/apache2-auth.conf + + + -- cgit v1.2.3