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:
parent
cc88e5a615
commit
c4c6af3c2c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ OPTIONS = {
|
||||||
:port => 3000,
|
:port => 3000,
|
||||||
:ip => "127.0.0.1",
|
:ip => "127.0.0.1",
|
||||||
:environment => "development",
|
:environment => "development",
|
||||||
:server_root => File.expand_path(File.dirname(__FILE__)),
|
:server_root => File.expand_path(File.dirname(__FILE__) + "/../public/"),
|
||||||
:server_type => WEBrick::SimpleServer
|
:server_type => WEBrick::SimpleServer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue