From 4c9766fcd3b0faad36c7e98cd08198a81e43ddff Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 1 Nov 2016 15:20:39 +0000 Subject: [PATCH] Add new file --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d4f655 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +[php-fpm](https://php-fpm.org/) 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_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.