Guest User

Untitled

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