diff --git a/config/apache.vhost-ssl.sample b/config/apache.vhost-ssl.sample index 425d739..4065760 100644 --- a/config/apache.vhost-ssl.sample +++ b/config/apache.vhost-ssl.sample @@ -5,7 +5,7 @@ ## This configuration file assumes that mod_ssl package is installed on ## RHEL/CentOS hosts and it's configuration has not been modified. - + # Adjust the ServerName directive to reflect the FQDN for your host. Add # additional ServerAlias directives if required. ServerName tendrl diff --git a/config/apache.vhost.sample b/config/apache.vhost.sample index 1bf4727..10e700a 100644 --- a/config/apache.vhost.sample +++ b/config/apache.vhost.sample @@ -22,7 +22,7 @@ # # IMPORTANT: Be sure to comment out the DocumentRoot, ProxyPass and # ProxyPassReverse directives above. - #Redirect permanent / https://%ssl_virtualhost_ip%/ + #Redirect permanent / https://%hostname(fqdn)%/ # The requests to /grafana will be forwarded to grafana server ProxyPass /grafana http://127.0.0.1:3000