2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/storage
Hannah Wolfe a59cfc70a1 Serve immediate 404 for static files (no fallthru)
closes #5887

- make use of the new 'fallthrough' option which landed in express-static 1.10.0
- change local-file-store and middleware serving `/public/` and `/shared/` files to use the new `fallthrough: false` option
- 404s are now served directly, without slashes or uncapitalise getting triggered
2016-02-21 19:17:27 +00:00
..
base.js Updates image upload directories to be number based. 2014-09-16 13:23:29 -04:00
index.js Initial implementation for custom storage engines 2015-03-19 22:34:01 -07:00
local-file-store.js Serve immediate 404 for static files (no fallthru) 2016-02-21 19:17:27 +00:00