Skip to content

Commit

Permalink
Modified %ssl_virtualhost_ip% to %hostname(fqdn)%
Browse files Browse the repository at this point in the history
tendrl-bug-id: Tendrl#460

Signed-off-by: GowthamShanmugasundaram <[email protected]>
  • Loading branch information
GowthamShanmugam committed Feb 25, 2019
1 parent 0af3490 commit 3983b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/apache.vhost-ssl.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<VirtualHost %ssl_virtualhost_ip%:443>
<VirtualHost %hostname(fqdn)%:443>
# Adjust the ServerName directive to reflect the FQDN for your host. Add
# additional ServerAlias directives if required.
ServerName tendrl
Expand Down
2 changes: 1 addition & 1 deletion config/apache.vhost.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3983b4a

Please sign in to comment.