From 8206a3c53b8e6dba465e3c5c129056140a0583d5 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 27 Dec 2018 18:01:08 +0100 Subject: [PATCH] Fix a typo --- .../templates/generic-smartgears-virtualhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 b/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 index fe2a3c24..3420adbc 100644 --- a/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 +++ b/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 @@ -352,7 +352,7 @@ server { {% if smartgears_special_redirect is defined %} {% for target in smartgears_special_redirect %} location {{ target.source_uri }} { - return 301 http://{{ target.dest_host }}/{{ target.dest_url }}; + return 301 https://{{ target.dest_host }}/{{ target.dest_url }}; } {% endfor %} {% endif %}