docker
This commit is contained in:
3
docker/php/Dockerfile
Normal file
3
docker/php/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM php:7.2-fpm
|
||||
|
||||
RUN docker-php-ext-install mysqli
|
12
docker/php/www.conf
Normal file
12
docker/php/www.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
[www]
|
||||
|
||||
user = www-data
|
||||
group = www-data
|
||||
|
||||
listen = nginx:9000
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
Reference in New Issue
Block a user