diff options
Diffstat (limited to '')
-rw-r--r-- | debian/local/apache2/ttyd.conf | 4 |
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> |