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
Post a Comment