Skip to content

Commit 9bd8c0b

Browse files
committed
Added new "private" directory to open_basedir path of the website.
1 parent df76de9 commit 9bd8c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/server.ini.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ nginx_group=www-data
5555
apps_vhost_port=8081
5656
apps_vhost_ip=_default_
5757
apps_vhost_servername=
58-
php_open_basedir=[website_path]/web:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/usr/share/php
58+
php_open_basedir=[website_path]/web:[website_path]/private:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/usr/share/php
5959
htaccess_allow_override=All
6060
awstats_conf_dir=/etc/awstats
6161
awstats_data_dir=/var/lib/awstats

0 commit comments

Comments
 (0)