ninepacker/tmpl/ninepacker-apache.conf

9 lines
256 B
Plaintext
Raw Normal View History

2022-03-22 15:53:33 +01:00
Alias /ninepacker /var/www/html/ninepacker/public
<Directory "/var/www/html/ninepacker/public" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>