Update installer dotenv config

This commit is contained in:
Edi Septriyanto
2024-12-29 23:59:56 +07:00
parent a8b407692b
commit 82b699f9dc

View File

@@ -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"