Skip to content

Commit

Permalink
Merge pull request #20 from iloveitaly/disable-caching
Browse files Browse the repository at this point in the history
fix: remove cache_dir entry
  • Loading branch information
yegor256 authored Sep 23, 2024
2 parents e04f987 + e37af16 commit 5920cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ access_log none
cache_log /dev/null

# To disable caching
# https://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#can-i-make-squid-proxy-only-without-caching-anything
cache deny all
cache_mem 8 MB
cache_dir null /tmp

# To make it anonymous
forwarded_for off
Expand Down

0 comments on commit 5920cd3

Please sign in to comment.