You can replace these two lines with handle_path /auth/* {
which has built-in strip_prefix
logic.
That said, what you’re running into is this:
The better approach is to use a subdomain for each service instead of just one domain + subpaths.
You can replace these two lines with handle_path /auth/* {
which has built-in strip_prefix
logic.
That said, what you’re running into is this:
The better approach is to use a subdomain for each service instead of just one domain + subpaths.