ServerName localhost ServerAlias maui.local DocumentRoot /var/www/html/ DirectoryIndex index.php # Serve http://localhost/spot/ from the public web root. Alias /spot /var/www/html/spot/public Options FollowSymLinks AllowOverride None Require all granted AddType application/geo+json .geojson Header set Cache-Control "public, max-age=31536000, immutable" AddOutputFilterByType BROTLI_COMPRESS \ text/html \ text/plain \ text/css \ text/javascript \ text/xml \ application/javascript \ application/json \ application/geo+json \ application/manifest+json \ application/xml \ image/svg+xml AddOutputFilterByType DEFLATE \ text/html \ text/plain \ text/css \ text/javascript \ text/xml \ application/javascript \ application/json \ application/geo+json \ application/manifest+json \ application/xml \ image/svg+xml