Apache allows virtual host configuration to be bound on ports and manage configuration for domain requests using ServerName
and ServerAlias
directives. A default virtual host configuration has been added below and works well to serve Angular output.
<VirtualHost *:80>
ServerAdmin [email protected]