local nginx instead of the server
IDrinkMoreWater opened this issue · 3 comments
IDrinkMoreWater commented
Can I use nginx instead of the nodejs server and Amazon servers?
nikDemyankov commented
You can use any server you like. Local server is just for development purpose, and Amazon servers - it's just a feature, nothing more. You are not restricted to them.
You just need to deploy the result of the cordova-hcp build
on your server. And correctly configure content-url
in config.xml
of your application. On how to do this - please, read the docs both on plugin and CLI client.
IDrinkMoreWater commented
Thank you for your quick reply
nikDemyankov commented
Happy to help :)