#
# This file will be copied into /etc/httpd/conf.d/app.conf and loaded when httpd start
#
DocumentRoot ${DOC_ROOT}
ServerName ${SERVER_NAME}
ServerAdmin cl@startx.fr
ErrorLog  ${LOG_PATH}/error.log
    CustomLog ${LOG_PATH}/access.log combined
Alias / ${APP_PATH}
    AddDefaultCharset UTF-8
    AllowOverride All
    Order Allow,Deny
    Allow from All
    Require all granted
    DirectoryIndex index.html home.html