Discussions
Manual Installation - Single Port Config
almost 3 years ago by Zak
Hi,
I have successfully deployed manually.
I would like to know is it possible to host Auth, Frontend & Plugin on one port (80)
http://mydevicehive.com/auth/rest
http://mydevicehive.com/api/rest
http://mydevicehive.com/plugin/rest
INSTEAD OF
http://mydevicehive.com:8090/auth/rest
http://mydevicehive.com:8080/api/rest
http://mydevicehive.com:8110/plugin/rest
I have tried :
- Changed Swagger port to 8080
- Changed Server Port to 80
- Changed Server Context to match
/auth
/api
/plugin
Any help would be highly appreciated.