From 7456a897e7626f2926b7b72b5e31dc88b27b1bc1 Mon Sep 17 00:00:00 2001 From: GowthamShanmugasundaram Date: Mon, 25 Feb 2019 07:11:48 +0000 Subject: [PATCH] Modified %ssl_virtualhost_ip% to %hostname(fqdn)% tendrl-bug-id: Tendrl/api#460 bugzilla: 1680576 Signed-off-by: GowthamShanmugasundaram --- config/apache.vhost-ssl.sample | 2 +- config/apache.vhost.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/apache.vhost-ssl.sample b/config/apache.vhost-ssl.sample index 425d739..eb9eb4d 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..1521d9b 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://%ssl_virtualhost_fqdn%/ # The requests to /grafana will be forwarded to grafana server ProxyPass /grafana http://127.0.0.1:3000