Skip to content

Commit

Permalink
Update installer dotenv config
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Dec 29, 2024
1 parent a8b4076 commit 82b699f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 82b699f

Please sign in to comment.