Initial
This commit is contained in:
11
configs/envs/php7.sh
Normal file
11
configs/envs/php7.sh
Normal file
@ -0,0 +1,11 @@
|
||||
PHP_FPM_USER="www"
|
||||
PHP_FPM_GROUP="www"
|
||||
PHP_FPM_LISTEN_MODE="0660"
|
||||
PHP_MEMORY_LIMIT="512M"
|
||||
PHP_MAX_UPLOAD="50M"
|
||||
PHP_MAX_FILE_UPLOAD="200"
|
||||
PHP_MAX_POST="100M"
|
||||
PHP_DISPLAY_ERRORS="On"
|
||||
PHP_DISPLAY_STARTUP_ERRORS="On"
|
||||
PHP_ERROR_REPORTING="E_COMPILE_ERROR\|E_RECOVERABLE_ERROR\|E_ERROR\|E_CORE_ERROR"
|
||||
PHP_CGI_FIX_PATHINFO=0
|
Reference in New Issue
Block a user