ServerAdmin admin@saintmaurice-belin.fr
DocumentRoot /var/www/html/web
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
# Enable CORS for development
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET, POST, OPTIONS"
Header set Access-Control-Allow-Headers "Content-Type, Authorization"
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined