We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ebc92 commit 048e061Copy full SHA for 048e061
docker/php-fpm-www-pool.conf
@@ -31,6 +31,6 @@ php_flag[display_errors] = on
31
php_admin_value[error_log] = /dev/stderr
32
php_admin_value[error_reporting] = E_ALL
33
php_admin_flag[log_errors] = on
34
-php_admin_value[open_basedir] = /var/www/phpldapadmin:/tmp
+php_admin_value[open_basedir] = /var/www/phpldapadmin:/tmp:/usr/bin/openssl
35
php_admin_value[upload_max_filesize] = 25M
36
php_admin_value[post_max_size] = 25M
0 commit comments