_php template, do not go to /index.php as fallback

pull/35/head
Emilien Mantel 2017-12-05 10:36:25 +01:00
parent 8f76b9c68c
commit d00f3301e1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{% endblock %}
{% block template_try_files %}
try_files {{ override_try_files | default('$uri $uri/ /index.php') }};
try_files {{ override_try_files | default('$uri $uri/ =404') }};
{% endblock %}
{% block template_upstream_location %}