mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-30 11:52:09 +07:00
Add phalcon framework
This commit is contained in:
5
templates/etc/nginx/sites-available/_phalcon.j2
Normal file
5
templates/etc/nginx/sites-available/_phalcon.j2
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{% extends "_php.j2" %}
|
||||||
|
|
||||||
|
{% block template_try_files %}
|
||||||
|
try_files $uri $uri/ /index.php?_url=$uri;
|
||||||
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user