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 bc6ca66 commit c60ecdbCopy full SHA for c60ecdb
server/conf/vhost.conf.master
@@ -252,7 +252,7 @@
252
php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
253
php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
254
<tmpl_if name='security_level' op='==' value='20'>
255
- php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
+ php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5:/tmp
256
</tmpl_if>
257
258
<tmpl_if name='php' op='==' value='suphp'>
0 commit comments