websocket
This commit is contained in:
@ -6,4 +6,14 @@ Alias /nineskeletor /var/www/html/nineskeletor/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
|
||||
ProxyPass "/wssnineskeletor" "ws://%%adresse_ip_eth0:5546" retry=0 keepalive=On
|
||||
ProxyPassReverse "/wssnineskeletor" "ws://%%adresse_ip_eth0:5546" retry=0
|
@ -1 +1,2 @@
|
||||
* * * * * root /var/www/html/nineskeletor/scripts/cron.sh &>/dev/null
|
||||
* * * * * root /var/www/html/nineskeletor/scripts/websocket.sh restartifdown &>/dev/null
|
Reference in New Issue
Block a user