merged nginx-php role into this one
This commit is contained in:
parent
6d087a3938
commit
c1113aea9b
8 changed files with 2417 additions and 0 deletions
3
files/php-fpm/conf-php
Normal file
3
files/php-fpm/conf-php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
upstream php-handler {
|
||||
server unix:/var/run/php/php7.0-fpm.sock;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue