ninesurvey/tmpl/ninesurvey-apache.conf

9 lines
256 B
Plaintext
Raw Normal View History

2020-11-12 11:58:50 +01:00
Alias /ninesurvey /var/www/html/ninesurvey/public
<Directory "/var/www/html/ninesurvey/public" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>