Guest User

Untitled

a guest
Feb 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name sub1.sample.com;
  4. root /var/www/html/sub1
  5.  
  6. location / {
  7. index index.html
  8. }
  9. }
  10. server {
  11. listen 80;
  12. server_name sample.com;
  13. root /var/www/html/sample
  14.  
  15. location / {
  16. index index.html
  17. }
  18. }
Add Comment
Please, Sign In to add comment