LoginSignup
6
9

More than 5 years have passed since last update.

Squidのキャッシュ機能を無効化する

Last updated at Posted at 2016-10-10

Squidのコンフィグファイルの最終行に以下の二行を追記します。

/etc/squid/squid.conf
...省略
acl NOCACHE src all
cache deny NOCACHE

サービスをリロードして設定は完了です。

[root@localhost ~]# /etc/init.d/squid reload
6
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
9