yeg-relief / youcanbenefit

YouCanBenefit is a web application that increases social benefit program discoverability for people of lesser means and their allies.
https://youcanbenefit.edmonton.ca
MIT License
13 stars 9 forks source link

Fix 404 errors not being directed to frontend #126

Closed CodyGramlich closed 5 years ago

CodyGramlich commented 5 years ago

Fixes issue #20.

Our Caddyfile is meant to direct 404 errors to the frontend app, but the syntax wasn't right. It should be index.html and not /index.html, where index.html is the file in the working directory.

j-rewerts commented 5 years ago

Looks good. We may end up having 404 handling at the ingress level, so this may not impact production.