adds directory control for errors
This commit is contained in:
9
templates/errors/500_http.erb
Normal file
9
templates/errors/500_http.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
HTTP/1.0 500 Server Error
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>500 Server Error</h1>
|
||||
An internal server error occured.
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user