Files
ninegate/src/ninegate-1.0/scripts/install/ninegate.conf

12 lines
247 B
Plaintext
Raw Normal View History

2020-04-23 14:43:03 +02:00
Alias /ninegate /var/www/html/ninegate/web
<Directory "/var/www/html/ninegate/web" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>