Sha256: e6ba08c85bc038041f6c78617c1c7ec0b172303b6e8c867481997815e48f1710

Contents?: true

Size: 616 Bytes

Versions: 3

Compression:

Stored size: 616 Bytes

Contents

# Uses from base rubber config
# domain: foo.com

# Uses from rubber-complete.yml
# web_tools_port: 8080

nginx_frontend_version: 0.7.65

 # you generally only need one nginx worker unless you're serving large amounts of static files which require blocking disk reads
nginx_frontend_workers: 1

# increase if you have lots of clients
nginx_frontend_worker_connections: 1024

# ~2 seconds is often enough for most folks to parse HTML/CSS and
# retrieve needed images/icons/frames, connections are cheap in
# nginx so increasing this is generally safe...
nginx_frontend_keepalive_timeout: 2

roles:
  nginx_frontend:

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
axtro-rubber-1.2.3 generators/vulcanize/templates/nginx_frontend/config/rubber/rubber-nginx_frontend.yml
axtro-rubber-1.2.2 generators/vulcanize/templates/nginx_frontend/config/rubber/rubber-nginx_frontend.yml
axtro-rubber-1.2.1 generators/vulcanize/templates/nginx_frontend/config/rubber/rubber-nginx_frontend.yml