changed logig for http vs https and removed index+ welcome file control
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
##### virtual_host file created by puppet, changes will be overwritten ######
|
||||
###############################################################################
|
||||
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost *:<%= @ng_https_port %>>
|
||||
|
||||
ServerAdmin root@localhost
|
||||
DocumentRoot /var/www/html
|
||||
ServerName <%= @ng_webserver_name %>
|
||||
DirectoryIndex index.html
|
||||
ServerAlias <%= @ng_webserver_name %>
|
||||
ErrorLog /var/log/httpd/nagios_ssl_error_log
|
||||
# ErrorLog syslog:local1
|
||||
TransferLog /var/log/httpd/nagios_ssl_transfer_log
|
||||
|
||||
Reference in New Issue
Block a user