Fix warning on infracloud vhost template
Change-Id: I7f142c25cd77bf31b0a76e36f5c65c92a76af747
This commit is contained in:
parent
2bdaa06453
commit
62f3dca531
@ -2,7 +2,7 @@
|
||||
# Managed by Puppet
|
||||
# ************************************
|
||||
|
||||
<VirtualHost <%= vhost_name %>:<%= @port %>>
|
||||
<VirtualHost <%= @vhost_name %>:<%= @port %>>
|
||||
DocumentRoot <%= @docroot %>
|
||||
<Directory <%= @docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
|
Loading…
x
Reference in New Issue
Block a user