Files
schedule/tmpl/schedule-apache.conf
2020-05-11 17:03:33 +02:00

9 lines
250 B
Plaintext

Alias /schedule /var/www/html/schedule/public
<Directory "/var/www/html/schedule/public" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>