1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-07-06 22:20:46 +00:00
Files
buildpack-nginx/conf
Zach Ahn 6672b6257a Respond with a 404 when the file doesn't exist
Prior to this, I was seeing the successful HTTP status 200 when
requesting files that did not exist.

With this change, the server sends back Nginx's default 404 page instead
of the home page.
2021-12-02 22:19:05 -05:00
..