10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
|
Alias /ninestat /var/www/html/ninestat/web
|
||
|
|
||
|
<Directory "/var/www/html/ninestat/web" >
|
||
|
AllowOverride All
|
||
|
Order Allow,Deny
|
||
|
Allow from All
|
||
|
Options Indexes FollowSymLinks MultiViews
|
||
|
php_admin_flag allow_url_fopen On
|
||
|
</Directory>
|