You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do something similar to this. You can just just parse the URL in your router and then route to a different route or URL in your app. As long as the URL is configured correctly, this is an application issue.
I please need some assistance with custom Nginx configuration for the following scenario:
I want to have different subdomains pointing to different routes in my app, for example:
example.com -> /
app.example.com -> /app
shop.example.com -> /shop
I have searched and only found examples of routing different domains to different apps, not to the same app.
The documentation is also not very clear on how to use the custom server and custom location configs.
Thanks in advance.
The text was updated successfully, but these errors were encountered: