Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1.  
  2. server {
  3.  
  4. listen 80;
  5. listen 174.137.55.167:80;
  6. server_name 174.137.55.167;
  7.  
  8. }
  9.  
  10.  
  11. server {
  12.  
  13. listen 80;
  14. listen 174.137.55.167:80;
  15. server_name 174.137.55.167;
  16.  
  17. access_log /home/guvnr/websites/supermanspub.com/log/access.log;
  18. error_log /home/guvnr/websites/supermanspub.com/log/error.log;
  19.  
  20. location / {
  21.  
  22. root /home/guvnr/websites/supermanspub.com/public/;
  23. index index.html;
  24.  
  25. }
  26.  
  27. }
Add Comment
Please, Sign In to add comment