forked from ISTI-ansible-roles/ansible-roles
Fix a typo
This commit is contained in:
parent
4406ac1e7b
commit
8206a3c53b
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue