diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-21 14:36:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-21 14:37:23 +0000 |
commit | 1cbea773b357e16e731817a7d3b8bee325dfe873 (patch) | |
tree | a5ed1f45a29c3bcc42eaa8e032797a1c35db8905 | |
parent | Releasing debian version 1.6.3+20220719-3. (diff) | |
download | ttyd-1cbea773b357e16e731817a7d3b8bee325dfe873.tar.xz ttyd-1cbea773b357e16e731817a7d3b8bee325dfe873.zip |
Correcting port typo in apache2 config.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/apache2/ttyd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/apache2/ttyd.conf b/debian/local/apache2/ttyd.conf index f096811..9dcd79d 100644 --- a/debian/local/apache2/ttyd.conf +++ b/debian/local/apache2/ttyd.conf @@ -8,7 +8,7 @@ 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:768 + ProxyPassReverse /ttyd http://127.0.0.1:7681 <IfFile /etc/ttyd/apache2-auth.conf> <Location /ttyd> |