# File: .docker/apache/vhost.conf LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so ServerName localhost DocumentRoot /app/dist Options Indexes FollowSymLinks Includes execCGI AllowOverride All Require all granted allow from all RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L] ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined