Skip to content

Commit

Permalink
Add POOL environment variable for tests, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Jun 8, 2019
1 parent de239fe commit 753de8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .docker/php/network-socket.pool.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.status_path = /status

security.limit_extensions = .php
security.limit_extensions = .php

env[POOL] = network-socket
4 changes: 3 additions & 1 deletion .docker/php/unix-domain-socket.pool.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.status_path = /status

security.limit_extensions = .php
security.limit_extensions = .php

env[POOL] = unix-domain-socket

0 comments on commit 753de8a

Please sign in to comment.