diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 16:32:33 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 16:32:33 +0000 |
commit | 02883fcf4988cb3ce4a6029a897a33a4919c0272 (patch) | |
tree | 61406ae85150e37943f45179092edfb9338b3d2c | |
parent | Enable http/2.0 (diff) | |
download | config-02883fcf4988cb3ce4a6029a897a33a4919c0272.tar.bz2 config-02883fcf4988cb3ce4a6029a897a33a4919c0272.tar.xz config-02883fcf4988cb3ce4a6029a897a33a4919c0272.zip |
cgi-bin isn't special
-rw-r--r-- | etc/squid/squid.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 71f84f3..63def38 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -1,6 +1,5 @@ http_port 8080 -acl QUERY urlpath_regex cgi-bin \? -no_cache deny QUERY +#no_cache deny QUERY cache_mem 90 MB cache_dir ufs /var/cache/squid/ 260 64 64 acl allowed_hosts src 10.10.0.0/16 |