ServerAdmin {server_admin}
DocumentRoot "{site_path}"
ServerName {server_name}
ServerAlias {domains}
#errorDocument 404 /404.html
ErrorLog "{log_path}/{project_name}-error_log"
CustomLog "{log_path}/{project_name}-access_log" combined
#DENY FILES
Order allow,deny
Deny from all
#SSL
Alias /.well-known/ /www/wwwroot/java_node_ssl/
#PATH
SetOutputFilter DEFLATE
Options FollowSymLinks
AllowOverride All
{apa_opt}
DirectoryIndex index.html index.htm default.html default.htm