initial ansible code
This commit is contained in:
6
roles/php/templates/php-handler.conf.j2
Normal file
6
roles/php/templates/php-handler.conf.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
## Managed by Ansible ##
|
||||
|
||||
# PHP Handler
|
||||
upstream php-handler {
|
||||
server unix:{{ php_socket }};
|
||||
}
|
||||
Reference in New Issue
Block a user