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 5dee0b1 commit bd8ac9fCopy full SHA for bd8ac9f
server/conf/vhost.conf.master
@@ -86,8 +86,8 @@
86
87
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
88
#php_admin_value open_basedir <tmpl_var name='web_document_root'>:/usr/share/php5
89
- php_admin_value upload_tmp_dir <tmpl_var name='web_document_root'>/tmp
90
- php_admin_value session.save_path <tmpl_var name='web_document_root'>/tmp
+ #php_admin_value upload_tmp_dir <tmpl_var name='web_document_root'>/tmp
+ #php_admin_value session.save_path <tmpl_var name='web_document_root'>/tmp
91
</tmpl_if>
92
<tmpl_var name='apache_directives'>
93
</VirtualHost>
0 commit comments