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 bd8ac9f commit a18d868Copy full SHA for a18d868
server/conf/vhost.conf.master
@@ -171,8 +171,8 @@
171
172
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
173
#php_admin_value open_basedir <tmpl_var name='web_document_root'>:/usr/share/php5
174
- php_admin_value upload_tmp_dir <tmpl_var name='web_document_root'>/tmp
175
- 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
176
</tmpl_if>
177
178
</VirtualHost>
0 commit comments