mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Better PHP and vhost management
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
- lineinfile: dest=/etc/hosts line="127.0.2.2 {{ nginx_vhosts|map(attribute='name')| join(' ') }}"
|
||||
vars:
|
||||
nginx_php: true
|
||||
nginx_php_unix_sockets:
|
||||
- unix_socket: "/var/run/php5-fpm.sock"
|
||||
nginx_vhosts:
|
||||
- name: 'test.local'
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user