diff --git a/DosaSite/config.ru b/DosaSite/config.ru index 63713ef..499f93d 100644 --- a/DosaSite/config.ru +++ b/DosaSite/config.ru @@ -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) ] }