ansible-nginx/templates/etc/nginx/sites-available/_redirect.j2

15 lines
289 B
Plaintext
Raw Normal View History

2015-12-01 21:46:57 +07:00
{% extends "_base.j2" %}
{% block root %}
{% endblock %}
{% block template_index %}
{% endblock %}
{% block template_try_files %}
2015-12-01 22:40:34 +07:00
return {{ item.redirect_to_code | default('302') }} {{ item.redirect_to }}$request_uri;
2015-12-01 21:46:57 +07:00
{% endblock %}
{% block template_local_content %}
{% endblock %}