mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-02 18:58:46 +00:00
Update installer dotenv config
This commit is contained in:
@@ -90,9 +90,9 @@ NGINX_VERSION="stable"
|
||||
# Build with custom OpenSSL.
|
||||
NGINX_WITH_CUSTOMSSL=false
|
||||
|
||||
# Available custom SSL version: e.g. openssl-1.1.1g, libressl-3.0.0
|
||||
# Available custom SSL version: e.g. openssl-3.1.5, openssl-3.1.5-quic1, libressl-3.9.2
|
||||
# leave empty to use stack default OpenSSL.
|
||||
NGINX_CUSTOMSSL_VERSION="openssl-1.1.1l"
|
||||
NGINX_CUSTOMSSL_VERSION="openssl-3.1.5-quic1"
|
||||
|
||||
# Build with PCRE JIT.
|
||||
NGINX_WITH_PCRE=false
|
||||
@@ -173,7 +173,7 @@ PHP_VERSIONS="8.1 8.2 8.3"
|
||||
# Additional PHP modules (extensions) to install.
|
||||
# Installing multiple extension is supported, separate version by space.
|
||||
# Type only the extension name (without php*-).
|
||||
PHP_EXTENSIONS="geoip gnupg imagick igbinary json mcrypt memcache memcached msgpack sodium"
|
||||
PHP_EXTENSIONS="geoip gnupg imagick igbinary json mcrypt memcache memcached msgpack sodium xdebug"
|
||||
|
||||
# DO NOT CHANGE
|
||||
DEFAULT_PHP_VERSION="8.2"
|
||||
|
||||
Reference in New Issue
Block a user