Closed CodyGramlich closed 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.
Looks good. We may end up having 404 handling at the ingress level, so this may not impact production.
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.