diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squid/squid.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squid/squid.inc b/packages/squid/squid.inc index 5bd9fb1d..fcef86ff 100644 --- a/packages/squid/squid.inc +++ b/packages/squid/squid.inc @@ -616,7 +616,7 @@ EOD; $contents .= "\.$ext\$\n"; file_put_contents(SQUID_ACLDIR . '/throttle_exts.acl', $contents); - $conf .= 'acl throttle_exts url_regex -i "' . SQUID_ACLDIR . '/throttle_exts.acl"'; + $conf .= 'acl throttle_exts url_regex -i "' . SQUID_ACLDIR . '/throttle_exts.acl\n"'; $conf .= "delay_access 1 allow throttle_exts\n"; $conf .= "delay_access 1 deny all\n"; } |