rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
716 stars 289 forks source link

hosting rmarkdown and regular shiny apps together #433

Closed pczhang closed 4 years ago

pczhang commented 4 years ago

folder set is server_root/hello/app.R

the "hello" app can be accessed at host/hello successfully.

However, once I put a test.Rmd in the server_root. I can accessed test.Rmd by visiting host/test.Rmd. When I visit host/hello, I got "Not Found" error.

I wonder if this is intended or a bug. Are we allowed to host rmarkdown and apps simutaneously?

Thanks!