bmf-san / gondola

A YAML based golang reverse proxy
MIT License
7 stars 1 forks source link

Improve static path routing #46

Open bmf-san opened 5 months ago

bmf-san commented 5 months ago

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.