diff options
-rw-r--r-- | debian/local/apache2/ttyd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/local/apache2/ttyd.conf b/debian/local/apache2/ttyd.conf index 2035f57..f096811 100644 --- a/debian/local/apache2/ttyd.conf +++ b/debian/local/apache2/ttyd.conf @@ -4,11 +4,11 @@ ProxyRequests Off ProxyPreserveHost On - ProxyPass /ttyd/ws ws://localhost:7681/ws - ProxyPassReverse /ttyd/ws ws://localhost:7681/ws + ProxyPass /ttyd/ws ws://127.0.0.1:7681/ws + ProxyPassReverse /ttyd/ws ws://127.0.0.1:7681/ws - ProxyPass /ttyd http://localhost:7681 keepalive=on - ProxyPassReverse /ttyd http://localhost:768 + ProxyPass /ttyd http://127.0.0.1:7681 keepalive=on + ProxyPassReverse /ttyd http://127.0.0.1:768 <IfFile /etc/ttyd/apache2-auth.conf> <Location /ttyd> |