Fix wordpress

pull/2/head
Emilien Mantel 2015-08-14 17:12:53 +02:00
parent 8a42cc5531
commit c42599b8cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% extends "_php.j2" %}
{% block template_try_files %}
try_files $uri $uri/ index.php?$args;
try_files $uri $uri/ /index.php?$args;
{% endblock %}