You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately Rack::NotFound doesn't serve 404.html.gz. I'd like for rack-zippy to offer this as an option (off by default), where static sites can ask rack-zippy to handle 404 Not Found errors by serving 404.html.gz (if present and browser is gzip-capable), otherwise 404.html.
The text was updated successfully, but these errors were encountered:
rack-zippy will pass any request paths it can't fulfil down the rack middleware stack.
In a static site I've got a config.ru like this to handle the 404s:
Unfortunately Rack::NotFound doesn't serve 404.html.gz. I'd like for rack-zippy to offer this as an option (off by default), where static sites can ask rack-zippy to handle 404 Not Found errors by serving 404.html.gz (if present and browser is gzip-capable), otherwise 404.html.
The text was updated successfully, but these errors were encountered: