Sha256: 0cccb7aa8a756df408e3a3187292b8935b12f116c8bbfa072c80c78d3d26a1c3
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# You may add here your # server { # ... # } # statements for each of your virtual hosts server { listen 80; server_name .dummy.brainberry.com.ua; server_tokens off; gzip on; gzip_proxied any; gzip_min_length 1100; gzip_buffers 12 4k; gzip_types text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript; client_max_body_size 200M; client_body_buffer_size 128k; client_header_timeout 60; client_body_timeout 260; send_timeout 260; keepalive_timeout 60; large_client_header_buffers 4 4k; client_header_buffer_size 1k; connection_pool_size 256; ignore_invalid_headers on; postpone_output 1460; output_buffers 4 32k; request_pool_size 4k; passenger_enabled on; rails_env production; # rack_env production; root /var/www/gems/sunrise-core/spec/dummy/public; location ~ /\.[^\/]+ { return 404; } location ~* ^.+\.(jpg|jpeg|gif|png|css|js|swf|ico|mov|flv|fla|pdf|zip|rar|doc|xls)$ { expires 12h; add_header Cache-Control private; } }
Version data entries
3 entries across 3 versions & 1 rubygems