This commit is contained in:
2021-12-06 14:47:42 +01:00
parent 9199e9ff53
commit 2167813aee
169 changed files with 7962 additions and 34 deletions

View File

@ -6,4 +6,16 @@ Alias /ninesurvey /var/www/html/ninesurvey/public
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>
</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
# 5587 = ninetraining
# 5596 = janus
ProxyPass "/wssninesurvey" "ws://0.0.0.0:5586" retry=0 keepalive=On
ProxyPassReverse "/wssninesurvey" "ws://0.0.0.0:5586" retry=0