Remove if module statements
Because of the way we're doing ssl on the centos, the ifmodule statements evaluate to false. Remove them. Change-Id: Iad771249c6dc5cf5ede493183f5cebb98c3deb69
This commit is contained in:
parent
26be436581
commit
60ef5a3fd0
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost <%= scope.lookupvar("cgit::vhost_name") %>:443>
|
<VirtualHost <%= scope.lookupvar("cgit::vhost_name") %>:443>
|
||||||
ServerName <%= scope.lookupvar("cgit::vhost_name") %>
|
ServerName <%= scope.lookupvar("cgit::vhost_name") %>
|
||||||
ServerAdmin <%= scope.lookupvar("cgit::serveradmin") %>
|
ServerAdmin <%= scope.lookupvar("cgit::serveradmin") %>
|
||||||
@ -36,4 +35,3 @@
|
|||||||
SSLCertificateChainFile <%= scope.lookupvar("cgit::ssl_chain_file") %>
|
SSLCertificateChainFile <%= scope.lookupvar("cgit::ssl_chain_file") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</IfModule>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user