Sha256: 2aff26e1fd928300796a2f29431acf2892fce6af6c54f7025a863b4d95a9becf
Contents?: true
Size: 760 Bytes
Versions: 8
Compression:
Stored size: 760 Bytes
Contents
development: listen: 127.0.0.1:3001 telnet: 127.0.0.1:6082 backend: 127.0.0.1:3000 sbin_path: /usr/local/sbin storage: "file,#{Rails.root}/log/varnishd.#{Rails.env}.cache,100MB" test: listen: 127.0.0.1:3002 telnet: 127.0.0.1:6083 backend: 127.0.0.1:3000 sbin_path: /usr/local/sbin storage: "file,#{Rails.root}/log/varnishd.#{Rails.env}.cache,100MB" production: listen: :80 telnet: localhost:6082 backend: backend_server:8080 sbin_path: /usr/local/sbin storage: "file,#{Rails.root}/log/varnishd.#{Rails.env}.cache,100MB" params: overflow_max: 2000 thread_pool_add_delay: 2 thread_pools: 4 # <Number of cpu cores> thread_pool_min: 200 # <800/number of cpu cores> thread_pool_max: 4000
Version data entries
8 entries across 8 versions & 1 rubygems