Skip to content

Commit 215d18a

Browse files
committed
Reformatted vhost.conf.master
1 parent fb41bbf commit 215d18a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

server/conf/vhost.conf.master

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@
9292
<tmpl_if name='php' op='==' value='mod'>
9393
# mod_php enabled
9494
AddType application/x-httpd-php .php .php3 .php4 .php5
95-
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
95+
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
9696
php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
9797
php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
98-
<tmpl_if name='security_level' op='==' value='20'>
98+
<tmpl_if name='security_level' op='==' value='20'>
9999
php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
100-
</tmpl_if>
100+
</tmpl_if>
101101
</tmpl_if>
102102
<tmpl_if name='php' op='==' value='suphp'>
103103
# suphp enabled
@@ -248,12 +248,12 @@
248248
<tmpl_if name='php' op='==' value='mod'>
249249
# mod_php enabled
250250
AddType application/x-httpd-php .php .php3 .php4 .php5
251-
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
251+
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
252252
php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
253253
php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
254-
<tmpl_if name='security_level' op='==' value='20'>
254+
<tmpl_if name='security_level' op='==' value='20'>
255255
php_admin_value open_basedir <tmpl_var name='document_root'>/web:<tmpl_var name='document_root'>/tmp:/usr/share/php5
256-
</tmpl_if>
256+
</tmpl_if>
257257
</tmpl_if>
258258
<tmpl_if name='php' op='==' value='suphp'>
259259
suPHP_Engine on

0 commit comments

Comments
 (0)