Add new file
This commit is contained in:
parent
100ce0aeed
commit
4c9766fcd3
28
README.md
Normal file
28
README.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user