Guest User

Untitled

a guest
Nov 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. http://www.mywebsite.com:3838
  2.  
  3. server{
  4. listen 3838 127.0.0.1;
  5.  
  6. location / {
  7. site_dir /srv/shiny-server;
  8. log_dir /var/log/shiny-server;
  9. directory_index on;
  10. }
  11. }
Add Comment
Please, Sign In to add comment