ServerName angular-preprod.foodgame.fr
DocumentRoot /var/www/html/browser
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
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
DocumentRoot /var/www/html/browser
ServerName angular-preprod.foodgame.fr
ServerAlias angular-preprod.foodgame.fr
#SSLEnable
#SSLEngine ON
#SSLCertificateFile path/to/server.crt
#SSLCertificateKeyFile path/to/server.key