Connection refused using site_dir on port 3838


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:

1 Like

Do you have opened port 3838 in the security group for that EC2 instance? What is the error that you get when you try to access that url?

1 Like

With the help of friends I found the problem with the security group just before I saw your prompt reply. Thanks. I'm going to close this problem.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.