Skip to content

Commit

Permalink
config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosgarcia committed Feb 20, 2012
1 parent 0545c6c commit cb9573c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DosaSite/config.ru
Expand Up @@ -6,9 +6,9 @@ run lambda { |env|
[
200,
{
'Content-type' => 'text/html',
'Cache-Control' => 'public, max-age=86400'
}
'Content-Type' => 'text/html',
'Cache-Control' => 'public, max-age=86400'
},
File.open('public/index.html', File::RDONLY)
]
}

0 comments on commit cb9573c

Please sign in to comment.