Fix PHP template "all to index"
parent
fdc08b99a9
commit
8a42cc5531
|
@ -4,7 +4,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block template_try_files %}
|
{% block template_try_files %}
|
||||||
try_files $uri $uri/ index.php;
|
try_files $uri $uri/ /index.php;
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block template_upstream_location %}
|
{% block template_upstream_location %}
|
||||||
|
|
Loading…
Reference in New Issue