Can we host the api in a subdomain and make it work with the proxy?
What will be the configuration for setting the subdomain?
Now my configuration is like this
proxies: [{
context: '/', // the context of the data service
host: 'abc.example.com', // wherever the data service is running
// port: 999 // the port that the data service is running on
}],
but it is not working when I am giving a sub domain.
Any input much appriciated!..
Can we host the api in a subdomain and make it work with the proxy? What will be the configuration for setting the subdomain? Now my configuration is like this proxies: [{ context: '/', // the context of the data service host: 'abc.example.com', // wherever the data service is running // port: 999 // the port that the data service is running on }], but it is not working when I am giving a sub domain. Any input much appriciated!..