Guest User

Untitled

a guest
Jan 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ## vhost1.inc
  2.  
  3. $HTTP["host"] == "vhost1" {
  4. }
  5.  
  6. ## vhost2.inc
  7. else $HTTP["host"] == "vhost1" {
  8. }
  9.  
  10.  
  11. ## lighttpd.conf
  12. include "vhost1.conf"
  13. include "vhost2.conf"
Add Comment
Please, Sign In to add comment