ninegate/tmpl/ninegate-apache.conf

14 lines
433 B
Plaintext
Raw Normal View History

2019-04-17 17:27:19 +02:00
Alias /ninegate /var/www/html/ninegate/web
2018-12-18 09:44:39 +01:00
2019-04-17 17:27:19 +02:00
<Directory "/var/www/html/ninegate/web" >
2018-12-18 09:44:39 +01:00
AllowOverride All
Order Allow,Deny
Allow from All
2019-03-12 14:50:57 +01:00
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
2019-09-16 14:16:17 +02:00
</Directory>
2019-12-12 12:02:54 +01:00
%if %%getVar("ninegate_activate_websocket", 'non') == "oui"
ProxyPass /wssninegate ws://0.0.0.0:5556 retry=0 keepalive=On
ProxyPassReverse /wssninegate ws://0.0.0.0:5556 retry=0
2019-12-12 12:02:54 +01:00
%end if