fixed forwarding

This commit is contained in:
Arne Teuke
2017-07-24 12:07:29 +01:00
parent 92015e6a78
commit 62c755dcd3
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
ServerName www.<%= @ng_webserver_name %>/nagios
ServerAlias <%= @ng_webserver_name %>
<% if @ng_use_https == true -%>
Redirect permanent / https://<%= @ng_webserver_name %>/nagios
Redirect permanent / https://<%= @ng_webserver_name %>/
<% end -%>
<% if @ng_use_https != true -%>