Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up user_dirs on shiny server: Page not Found #509

Open
jxdn opened this issue Dec 22, 2021 · 0 comments
Open

Setting up user_dirs on shiny server: Page not Found #509

jxdn opened this issue Dec 22, 2021 · 0 comments

Comments

@jxdn
Copy link

jxdn commented Dec 22, 2021

Hi Expert,

I run shiny-server, all functionalities work well when first-time install, can show the default index.

We need to host as per user, using run as :HOME_USER: and user_dirs.

But when accessing the http://host_IP:3838/users/user1 ---> page not found http://host_IP:3838/users/user1/shinyapps ---> page not found

I have tried looking for log, but no clue at all /var/log/shiny-server.log, /var/log/shiny-server/xxx

Below are my questions:

is there any additional information/log that I am not aware?
how to increase log level to more verbose?
Any tips on deploying shiny user_dirs?
here is my shiny-server.conf

OS: Centos7.9

================
run_as shiny;

server {
listen 3838;
location / {
site_dir /srv/shiny-server;
log_dir /var/log/shiny-server;
directory_index on;
}

location /users {
run_as :HOME_USER: ;
user_dirs;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant