Skip to content

Instantly share code, notes, and snippets.

@KarthiAru
Created December 14, 2016 16:08
Show Gist options
  • Select an option

  • Save KarthiAru/1d762957c4adc0f8964b640bb2f55586 to your computer and use it in GitHub Desktop.

Select an option

Save KarthiAru/1d762957c4adc0f8964b640bb2f55586 to your computer and use it in GitHub Desktop.
location /shiny/ {
proxy_pass http://127.0.0.1:3838/;
}
location /rstudio/ {
proxy_pass http://127.0.0.1:8787/;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment