mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
Fixed reply_body_max_size for new squid version.
This commit is contained in:
@@ -3888,7 +3888,11 @@ END
|
||||
if (!-z $extgrp) { print FILE "reply_body_max_size 0 deny for_extended_users\n"; }
|
||||
}
|
||||
}
|
||||
#FIX ME print FILE "reply_body_max_size $replybodymaxsize deny all\n\n";
|
||||
|
||||
if ( $replybodymaxsize != '0' )
|
||||
{
|
||||
print FILE "reply_body_max_size $replybodymaxsize deny all\n\n";
|
||||
}
|
||||
|
||||
print FILE "visible_hostname";
|
||||
if ($proxysettings{'VISIBLE_HOSTNAME'} eq '')
|
||||
|
||||
Reference in New Issue
Block a user