<VirtualHost *:80>
    ServerName radio-web3.local
    DocumentRoot /var/www/radio-web3/public

    <Directory /var/www/radio-web3/public>
        Options -Indexes +FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/radio-web3-error.log
    CustomLog ${APACHE_LOG_DIR}/radio-web3-access.log combined
</VirtualHost> 