Fix test php_index2, fallback in /index.php

pull/35/head
Emilien Mantel 2017-12-07 11:14:19 +01:00
parent 0788b6c84f
commit a1866f806f
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{% extends "_php.j2" %}
{% block template_try_files %}
try_files {{ override_try_files | default('$uri $uri/ /index.php') }};
{% endblock %}
{% block template_upstream_location %}
location = /index.php {
# {{ php_info }}