unicorn: set check_client_connection option (see http://www.ruby-forum.com/topic/4408864) |
|
More...
|
over 12 years ago
|
unicorn: bump worker_processes to 8 |
|
More...
|
over 12 years ago
|
Always redirect "run" script stderr to stdout so it is available to svlogd |
|
More...
|
over 12 years ago
|
Use NYTimes trick of stripping certain unwanted params from backend requests |
|
More...
|
over 12 years ago
|
varnish: use different vcl to strip analytics cookies |
|
More...
|
over 12 years ago
|
varnish: update vcl with snippets from default |
|
More...
|
over 12 years ago
|
varnish: "unset" is a deprecated synonym for "remove", so use the latter |
|
More...
|
over 12 years ago
|
Fix conditional syntax in bootstrap file |
|
More...
|
over 12 years ago
|
Change dir to APP_DIR before starting unicorn, so any rbenv / gemset settings are picked up |
|
More...
|
almost 13 years ago
|
Enable "gzip_vary" in nginx, following PageSpeed recommendations |
|
More...
|
almost 13 years ago
|
Explicitly use bash for all 'run' scripts, to prevent issues with rvm not loading under plain 'sh' |
|
More...
|
over 13 years ago
|
unicorn: use relative path for old PID file |
|
More...
|
over 13 years ago
|
nginx: Provide cache-optimal handling of static assets with paths like "/@ASSET_ID/.../blah.png" |
|
More...
|
over 13 years ago
|
Prevent a dangling reference to the old working directory when restarting |
|
More...
|
almost 14 years ago
|
Explicitly fail if /bin/sh does not point to either zsh or bash |
|
More...
|
almost 14 years ago
|
nginx: Annotate the locations for static files with and without query params |
|
More...
|
about 14 years ago
|
nginx: remove text/html from gzip_types, since it is always implicitly enabled |
|
More...
|
about 14 years ago
|
nginx: tweak gzip settings |
|
More...
|
about 14 years ago
|
Wrap thinking-sphinx and maintenance execs with "bundle exec" |
|
More...
|
about 14 years ago
|
Turn off redundant access log for nginx, since we assume it always sits behind a logging front-end |
|
More...
|
about 14 years ago
|
Be sure to still send an expiry timestamp with long-lived static file responses |
|
More...
|
about 14 years ago
|
Make nginx send "Cache-Control: public" for static resources with explicit timestamps ("?12343155") |
|
More...
|
about 14 years ago
|
Don't canonicalize $APP_DIR, to avoid pinning unicorn to an old release dir |
|
More...
|
about 14 years ago
|
Add support for the kirk jetty-based rack server |
|
More...
|
over 14 years ago
|
Remove defunct check for APP_DIR link presence |
|
More...
|
over 14 years ago
|
Extract common code into 'bootstrap', and allow a bootstrap.user for plugging in rvm etc. |
|
More...
|
over 14 years ago
|
nginx: add handling of asset hosts, redirecting to main domain if requested file not found |
|
More...
|
over 14 years ago
|
nginx: define uwsgi_temp_path and scgi_temp_path to avoid permission errors |
|
More...
|
over 14 years ago
|
nginx: Serve static files with an 'expires max' if any query params are present |
|
More...
|
over 14 years ago
|
nginx: tweak gzip settings |
|
More...
|
over 14 years ago
|