add inital implementation for a websocket, disabled by default for now
This commit is contained in:
parent
7aa609c246
commit
e7f83f674e
15 changed files with 191 additions and 2 deletions
1
README
1
README
|
|
@ -121,6 +121,7 @@ b) apache2 (if you need it for other sites on the same server)
|
|||
apt-get install apache2-mpm-prefork libapache2-mod-xsendfile
|
||||
a2enmod xsendfile
|
||||
a2enmod proxy_http
|
||||
a2enmod proxy_wstunnel
|
||||
cp /srv/pandora/etc/apache2/pandora.conf /etc/apache2/sites-available/pandora.conf
|
||||
a2ensite pandora
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue