Skip to content

Instantly share code, notes, and snippets.

@evanleck
Created December 10, 2015 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanleck/8d997ae0b4d0ecfcd85c to your computer and use it in GitHub Desktop.
Save evanleck/8d997ae0b4d0ecfcd85c to your computer and use it in GitHub Desktop.
Better Low-Level Error Handling with Puma
# Inside of your Puma configuration file.
lowlevel_error_handler do
[500, { 'Content-Type' => 'text/html' }, File.open('50x.html')]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment