Hello,
I'm trying to set up the Rstudio Connect and right now do the reverse proxy trough nginx.
In this post: https://docs.rstudio.com/connect/admin/running-a-proxy.html#nginx-as-reverse-proxy
there are some examples for the configuration file but they don't tell where those editions needs to happen and so i don't know if the edition should be made in
/etc/nginx/nginx.conf
or
/etc/nginx/sites-enabled/default
The second one i took from this guide: https://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/#install-r
which is a guide for install Shiny Server and not RStudio Connect.
I tried to both suggestions of edition in /etc/nginx/sites-enabled/default file, but did not work.
Can anyone please clarify this for me?
Thanks in advance.