Commit 1cea17da authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

set default_ttl=0 in varnishd

so that responses without max-age will not be cached.
parent 987cd0e6
......@@ -3,6 +3,7 @@
DAEMON_OPTS="-F \
-a %(varnish_ip)s:%(varnishd_server_port)s \
-T %(varnish_ip)s:%(varnishd_manager_port)s \
-t 0 \
-n %(varnish_instance_name)s \
-f %(vcl_file)s \
-s file,%(varnish_data)s/varnish_storage.bin,1G"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment