All Questions
2 questions
2
votes
3
answers
2k
views
Shiny server inside Docker container reverse proxied with nginx will not follow 301 redirects
There are 3 ingredients to this issue:
Docker container: I have a Docker container that is deployed on an EC2 instance. More specifically, I have the rocker/shiny image, which I have run using:
...
14
votes
2
answers
52k
views
docker nginx connection refused while connecting to upstream
I use shiny server to build a web-app on port 3838, when i use nginx in my server it works well. But when I stop nginx on my server and try to use docker nginx, I find the site comes to a '502-Bad ...