Skip to content

Commit 048e061

Browse files
committed
Add "/usr/bin/openssl" to open_basedir
1 parent 41ebc92 commit 048e061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php-fpm-www-pool.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ php_flag[display_errors] = on
3131
php_admin_value[error_log] = /dev/stderr
3232
php_admin_value[error_reporting] = E_ALL
3333
php_admin_flag[log_errors] = on
34-
php_admin_value[open_basedir] = /var/www/phpldapadmin:/tmp
34+
php_admin_value[open_basedir] = /var/www/phpldapadmin:/tmp:/usr/bin/openssl
3535
php_admin_value[upload_max_filesize] = 25M
3636
php_admin_value[post_max_size] = 25M

0 commit comments

Comments
 (0)