changing ROOT_URL for meteor app -


I am trying to get my app to run behind an NGINX reverse proxy and it has some minor success .

The path is http://dev.sertal.ch/myApp and this application is accessible.

The issue I am still facing is that the public folder URL is not accessible at the beginning of the link without the code coding myApp There is an issue for the URL inside the CSS form.

You want to set the ROOT_URL environment variable. Start your meteorite app if you want to go to your app's directory If you are using meteorite to start from the command line, then it will be like this:

  ROOT_URL = http: //dev.sertal.ch/ your app Meteorite  

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -