From 82b699f9dc3e865ceb628df4b6ae4bf2fa77aa54 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Sun, 29 Dec 2024 23:59:56 +0700 Subject: [PATCH] Update installer dotenv config --- .env.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.dist b/.env.dist index 8c7f310..a2c1eb6 100644 --- a/.env.dist +++ b/.env.dist @@ -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"