Open bmf-san opened 5 months ago
When considering the delivery of SPAs, current routing is lacking. A mechanism for redirecting to any specific path is required.
Maybe you should updated this section.
https://github.com/bmf-san/gondola/blob/d48f82a30d16de30a9dbbc3f897b2dfaab54c161/proxy.go#L102C1-L109C1
I think I need a mechanism like nginx's try_files, but I want to deal with it succinctly.
Description
When considering the delivery of SPAs, current routing is lacking. A mechanism for redirecting to any specific path is required.
Describe the feature you'd like to request
Maybe you should updated this section.
https://github.com/bmf-san/gondola/blob/d48f82a30d16de30a9dbbc3f897b2dfaab54c161/proxy.go#L102C1-L109C1
Describe the solution you'd like
I think I need a mechanism like nginx's try_files, but I want to deal with it succinctly.