varnishはハードディスクにキャッシュされます
637 ワード
方法1:起動時に設定
方法2:デフォルトの起動ファイルを変更する
参照:http://nwlinux.com/varnish-file-storage-malloc-or-file/
varnishd -s file,/var/lib/varnish/varnish_storage.bin,50%
方法2:デフォルトの起動ファイルを変更する
vi /etc/default/varnish
DAEMON_OPTS="-a :9350 \
-T localhost:9351 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-s file,/mnt/varnish/varnish_storage.bin,200G"
参照:http://nwlinux.com/varnish-file-storage-malloc-or-file/