This commit is contained in:
2020-04-23 14:43:03 +02:00
parent 526f9eec3d
commit 9c27cd82f9
4 changed files with 337 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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>