Go to file
Sebastian Hugentobler 0a2f8febb1 use access log
2017-09-08 10:26:10 +02:00
rootfs/etc use access log 2017-09-08 10:26:10 +02:00
.editorconfig update base image 2017-01-10 11:28:34 +01:00
.gitignore initial commit 2016-06-28 16:19:59 +02:00
.gitlab-ci.yml add gitlab ci 2017-08-31 14:57:44 +02:00
Dockerfile add gitlab ci 2017-08-31 14:57:44 +02:00
README.md add PHP_MAX_CHILDREN var 2017-06-15 13:08:29 +02:00

php-fpm with PHP7.

Environment Variables

FPMUSER

  • default: nobody

The user which runs the fpm process.

FPMGROUP

  • default: nobody

The group which runs the fpm process.

MAX_UPLOAD_SIZE

  • default: 512M

Maximal upload size.

PHP_MEMORY_LIMIT

  • default: 128M

Maximum amount of memory that a script is allowed to allocate.

PHP_MAX_EXECUTION_TIME

  • default: 30

Execution time limit for php scripts in seconds.

PHP_MAX_CHILDREN

  • default: 5

Value of pm.max_children.

PHP_ADMIN_VALUES

Comma seperated list of php admin values.

Each element is a key-value pair, seperated by an equal sign.

PHP_ADMIN_FLAGS

Comma seperated list of php admin flags.

Each element is a key-value pair, seperated by an equal sign.