Skip to content

Commit 661ec27

Browse files
committed
Fix hestiacp#2235 Unable to download backups
1 parent 81c8e2c commit 661ec27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 7.4.27
4+
Version: 7.4.27-1
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/php/php-fpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ php_admin_value[upload_max_filesize] = 256M
4141
php_admin_value[max_execution_time] = 300
4242
php_admin_value[max_input_time] = 300
4343
php_admin_value[session.save_path] = /usr/local/hestia/data/sessions
44-
php_admin_value[open_basedir] = /usr/local/hestia/:/tmp/:/dev/:/home/:/etc/ssh/
44+
php_admin_value[open_basedir] = /usr/local/hestia/:/tmp/:/dev/:/home/:/etc/ssh/:/backup/

0 commit comments

Comments
 (0)