worker static assets
I am using static assets worker and it works fine in production - but in local I want to proxy any non matching paths to my 8080 port.
I am trying to match exmaple.com/login* --> it works.
now example.com/appname -> this doesn't proxy to my app server in local that's running on 8080
Unable to figure out which setting to use in toml.
I am trying to match exmaple.com/login* --> it works.
now example.com/appname -> this doesn't proxy to my app server in local that's running on 8080
Unable to figure out which setting to use in toml.