20 lines
612 B
Plaintext
20 lines
612 B
Plaintext
|
Alias /ninegitea /var/www/html/ninegitea/public
|
||
|
|
||
|
<Directory "/var/www/html/ninegitea/public" >
|
||
|
AllowOverride All
|
||
|
Order Allow,Deny
|
||
|
Allow from All
|
||
|
Options Indexes FollowSymLinks MultiViews
|
||
|
php_admin_flag allow_url_fopen On
|
||
|
</Directory>
|
||
|
|
||
|
# Pour activer un serveur websocket sur l'application
|
||
|
# Attention choisir un port libre dans
|
||
|
# 5546 = ninegitea
|
||
|
# 5556 = ninegate
|
||
|
# 5566 = nineboard
|
||
|
# 5576 = nineschool
|
||
|
# 5586 = ninesurvey
|
||
|
# 5588 = ninegitea
|
||
|
ProxyPass "/wssninegitea" "ws://%%adresse_ip_eth0:5588" retry=0 keepalive=On
|
||
|
ProxyPassReverse "/wssninegitea" "ws://%%adresse_ip_eth0:5588" retry=0
|