What is the equivalent of Apache's FallbackResource?

I am trying to host am Ember.JS application, which needs a “FallbackResource index.html” in Apache to correctly handle routes. Ember apps only have an index.html, so if the app routes to say “/items”, it should be handled by “/index.html” without a redirect.

What would be the equivalent of this in Caddy?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.