mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Fix PHP template "all to index"
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user