Question
How to add a custom 404 page to nginx app on dokku
Wondering if it is possible to customize the 404 page displayed for a dokku app.
For example, if example.my-domain.com is a working nginx app, can I point example.my-domain.com/nonsense-url-that-is-not-there to something like example.my-domain.com/404.html?
nginx v1.6.2
dokku v0.2.3
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×