Merge pull request #2424 from appleboy/locale

chore(php-fpm): update the default locale setting.
This commit is contained in:
Shao Yu-Lung (Allen)
2019-12-19 20:08:55 +08:00
committed by GitHub
4 changed files with 13 additions and 0 deletions

View File

@ -208,6 +208,7 @@ PHP_FPM_INSTALL_SSHPASS=false
PHP_FPM_INSTALL_MAILPARSE=false
PHP_FPM_FFMPEG=false
PHP_FPM_ADDITIONAL_LOCALES="es_ES.UTF-8 fr_FR.UTF-8"
PHP_FPM_DEFAULT_LOCALE=POSIX
PHP_FPM_PUID=1000
PHP_FPM_PGID=1000