rstudio in nginx.conf

  • sudo vim /etc/nginx/nginx.conf
  • proxy_set_header X-Forwarded-Proto https; in the rstudio location
  • sudo systemctl restart nginx