Skip to content

Commit

Permalink
Identation
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlin committed May 10, 2012
1 parent 185d765 commit f380570
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 287 deletions.
42 changes: 21 additions & 21 deletions config.sample.json
@@ -1,23 +1,23 @@
{ {
"http_port" : 8080, "http_port" : 8080,
"server_name" : "Ananas", "server_name" : "Ananas",
/*"server_name" : "Apache/1.3.33 (Win32)",*/ /* "server_name" : "Apache/1.3.33 (Win32)", */

"vhosts" : { "vhosts" : {

"default" : { "default" : {
"www_root" : "./www-example/default/", "www_root" : "./www-example/default/",
"directory_listing" : true, "directory_listing" : true,
"directory_index" : "index.html", "directory_index" : "index.html",
"private_uri" : "^\\/secret|^\\/folder1\\/secret" "private_uri" : "^\\/secret|^\\/folder1\\/secret"
}, },

"localhost.dev" : { "localhost.dev" : {
"www_root" : "./www-example/localhost.dev/", "www_root" : "./www-example/localhost.dev/",
"directory_listing" : true, "directory_listing" : true,
"directory_index" : "index.html", "directory_index" : "index.html",
"private_uri" : "^\\/secret|^\\/folder1\\/secret" "private_uri" : "^\\/secret|^\\/folder1\\/secret"
} }

} }
} }

0 comments on commit f380570

Please sign in to comment.