0
I Use This!
Inactive

Commits : Listings

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