Adding a subdomain to the server
- Create new entry in
/conf.d
- for SSL certified host
<VirtualHost *:443>
ServerName (e.g. docs.dev-junk.com)
..Rest of apache host settings..
</VirtualHost>
- Configure domain host DNS resource records (on domain host webportal)
- Name: (e.g. docs.dev-junk.com)
- Type: A
- TTL: 1 min (could probably be 1 hour?)
- Value: <ip_address_of_host>