ninegate/tmpl/ninegate-apache.conf

9 lines
244 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
2018-12-18 09:44:39 +01:00
</Directory>