mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
Update environment config
This commit is contained in:
@@ -162,7 +162,7 @@ INSTALL_PHP=true
|
||||
|
||||
# It is highly recommended to install PHP version 7.4 or greater.
|
||||
# Installing multiple versions is supported, separate version by space.
|
||||
PHP_VERSIONS="8.0 8.2"
|
||||
PHP_VERSIONS="8.1 8.2"
|
||||
|
||||
# Additional PHP modules (extensions) to install.
|
||||
# Installing multiple extension is supported, separate version by space.
|
||||
@@ -170,7 +170,7 @@ PHP_VERSIONS="8.0 8.2"
|
||||
PHP_EXTENSIONS="geoip gnupg imagick igbinary json mcrypt memcache memcached msgpack openswoole sodium"
|
||||
|
||||
# DO NOT CHANGE
|
||||
DEFAULT_PHP_VERSION="8.0"
|
||||
DEFAULT_PHP_VERSION="8.1"
|
||||
|
||||
[php-loader]
|
||||
# PHP Loader is a PHP extension (module) that enables PHP
|
||||
@@ -281,7 +281,7 @@ REDIS_PASSWORD=""
|
||||
INSTALL_FTP_SERVER=true
|
||||
|
||||
# Available installer: repo | source.
|
||||
FTP_SERVER_INSTALLER="source"
|
||||
FTP_SERVER_INSTALLER="repo"
|
||||
|
||||
# Supported FTP server: vsftpd | pureftpd.
|
||||
FTP_SERVER_NAME="vsftpd"
|
||||
|
||||
Reference in New Issue
Block a user