…
I am running an RServer from the AWS AMI and am unable to connect to my app using:
http://xx.xx.xx.xx:3838/app
My configuration file is as follows
run_as shiny;
server {
listen 3838;
run_as shiny;
location / {
site_dir /srv/shiny-server;
log_dir /var/log/shiny-server;
template_dir /etc/shiny-server/templates;
directory_index on;
}
}
My directory structure looks like: