ninegitea/tmpl/ninegitea-apache.conf

20 lines
595 B
Plaintext
Raw Normal View History

2021-07-20 13:04:47 +02:00
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
2021-12-06 15:39:12 +01:00
# 5546 = nineskeletor
2021-07-20 13:04:47 +02:00
# 5556 = ninegate
# 5566 = nineboard
# 5576 = nineschool
# 5586 = ninesurvey
# 5588 = ninegitea
2021-12-06 15:39:12 +01:00
ProxyPass "/wssninegitea" "ws://0.0.0.0:5588" retry=0 keepalive=On
ProxyPassReverse "/wssninegitea" "ws://0.0.0.0:5588" retry=0