r - Shiny works fine on localhost but not from remote host, where re is shiny-server.conf on a Windows? -


after updating r 3.0.2 3.0.3 , updating shiny package applications wrote no longer accessible remote hosts. work fine when accessed machine running on using http://localhost:8101. host os windows server 2008r2.

i have feeling there setting config file disallowing access remote hosts. shiny-server.conf on windows? searched not find it.

thanks.

you run app using host parameter:

runapp("you_app", host="0.0.0.0") 

and should vailable outside (if there not firewall/apache/proxy etc)

default value host 127.0.0.1.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -