summaryrefslogtreecommitdiffstats
path: root/debian/local/apache2/ttyd.conf
blob: 3a1c927cf598a2d9b9a864996767dff3689df544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/apache2/conf-available/ttyd.conf

<IfModule mod_proxy.c>
	ProxyRequests Off
	ProxyPreserveHost On

	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/
</IfModule>