Guest User

Untitled

a guest
Apr 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. server {
  2.  
  3. listen 80;
  4. server_name localhost;
  5.  
  6. access_log /home/vesan/public_html/logs/access.log;
  7. error_log /home/vesan/public_html/logs/error.log;
  8.  
  9. location /vesan/ {
  10. root /home/vesan/public_html/public/test;
  11. autoindex on;
  12. }
  13. }
Add Comment
Please, Sign In to add comment