CoolFace
Apppublic

Pramitgupta/Topic_modeling_App_Shiny

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
shiny-server.conf12 linesDownload Raw Back to root
1run_as root;2 3server {4  listen 3838;5 6  location / {7    site_dir /srv/shiny-server;8    log_dir /var/log/shiny-server;9    directory_index on;10  }11}12