1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Needed to update the server root for the new placement

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2004-12-16 15:57:06 +00:00
parent cc88e5a615
commit c4c6af3c2c

View file

@ -7,7 +7,7 @@ OPTIONS = {
:port => 3000,
:ip => "127.0.0.1",
:environment => "development",
:server_root => File.expand_path(File.dirname(__FILE__)),
:server_root => File.expand_path(File.dirname(__FILE__) + "/../public/"),
:server_type => WEBrick::SimpleServer
}