Redirect directive in [`api/config/apache.vhost.sample`](https://github.com/Tendrl/api/blob/master/config/apache.vhost.sample) contains `ssl_virtualhost_ip`: ``` #Redirect permanent / https://%ssl_virtualhost_ip%/ ``` This should be changed to indicate that the expected value is hostname (fqdn).