Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 341 Bytes

Readme.md

File metadata and controls

executable file
·
19 lines (12 loc) · 341 Bytes

Static Error Pages

Custom error pages.

Deploy

$ up

Notes

You may define one or more of the following for handling custom error pages:

  • error.html – handle any 4xx or 5xx error
  • 5xx.html – handle 5xx errors
  • 4xx.html – handle 4xx errors
  • CODE.html – handle specific status code such as 500.html or 404.html