Fix a typo

This commit is contained in:
Andrea Dell'Amico 2018-12-27 18:01:08 +01:00
parent 4406ac1e7b
commit 8206a3c53b
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}