php8-fpm/README.md

34 lines
615 B
Markdown
Raw Normal View History

2017-04-27 08:56:34 +00:00
[php-fpm](https://php-fpm.org/) with PHP7.
2016-11-01 15:20:39 +00:00
# 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.
2017-02-16 14:30:19 +00:00
## PHP_MEMORY_LIMIT
- default: 128M
Maximum amount of memory that a script is allowed to allocate.
2016-11-01 15:20:39 +00:00
## 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.