Skip to content

Commit

Permalink
changed conf to support vhosts
Browse files Browse the repository at this point in the history
  • Loading branch information
dresende committed Jun 23, 2011
1 parent c3c7c73 commit 5e6494c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions navajo.conf
Expand Up @@ -2,7 +2,11 @@
"bind" : "127.0.0.1:80",
"index" : [ "index.html" ],
"log" : {
"format" : "%a - - %t \"%r\" %>s %b %{Referer}i %{User-Agent}i",
"path" : "logs/access.log"
"format" : "%a - - %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"",
"path" : "logs/access.log"
},
"root" : {
"default" : "www/default",
"localvhost" : "www/localvhost"
}
}

0 comments on commit 5e6494c

Please sign in to comment.