Added fixes
This commit is contained in:
@@ -163,6 +163,12 @@ fi
|
||||
%postun
|
||||
%systemd_postun_with_restart hestia.service
|
||||
|
||||
%triggerin -- openssh-server
|
||||
/usr/local/hestia/bin/v-package-hook-checks
|
||||
|
||||
%posttrans
|
||||
/usr/local/hestia/bin/v-package-hook-checks
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(755,root,root) /usr/local/hestia
|
||||
|
||||
@@ -41,3 +41,5 @@ php_admin_value[upload_max_filesize] = 256M
|
||||
php_admin_value[max_execution_time] = 300
|
||||
php_admin_value[max_input_time] = 300
|
||||
php_admin_value[session.save_path] = /usr/local/hestia/data/sessions
|
||||
php_admin_value[open_basedir] = /usr/local/hestia/:/tmp/:/dev/:/home/:/etc/ssh/:/backup/:/var/tmp/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user