nineskeletor/tmpl/nineskeletor-apache.conf

21 lines
628 B
Plaintext
Raw Normal View History

2020-07-01 13:32:02 +02:00
Alias /nineskeletor /var/www/html/nineskeletor/public
<Directory "/var/www/html/nineskeletor/public" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
2020-11-23 13:08:51 +01:00
</Directory>
# Pour activer un serveur websocket sur l'application
# Attention choisir un port libre dans
# 5546 = nineskeletor
# 5556 = ninegate
# 5566 = nineboard
# 5576 = nineschool
# 5586 = ninesurvey
2021-12-06 14:42:37 +01:00
# 5587 = ninetraining
# 5596 = janus
ProxyPass "/wssnineskeletor" "ws://0.0.0.0:5546" retry=0 keepalive=On
ProxyPassReverse "/wssnineskeletor" "ws://0.0.0.0:5546" retry=0