Try and run the tests on nginx
This commit is contained in:
parent
5f3461daf8
commit
7237d67dda
6 changed files with 173 additions and 2 deletions
9
travis/php-fpm.tpl.conf
Normal file
9
travis/php-fpm.tpl.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
[global]
|
||||
|
||||
[travis]
|
||||
user = {USER}
|
||||
listen = {PORT}
|
||||
listen.mode = 0666
|
||||
pm = static
|
||||
pm.max_children = 5
|
||||
php_admin_value[memory_limit] = 32M
|
Loading…
Add table
Add a link
Reference in a new issue