Fix PHP template "all to index"

pull/2/head
Emilien Mantel 2015-08-14 11:14:56 +02:00
parent fdc08b99a9
commit 8a42cc5531
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% endblock %}
{% block template_try_files %}
try_files $uri $uri/ index.php;
try_files $uri $uri/ /index.php;
{% endblock %}
{% block template_upstream_location %}