mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Small fix for prefix to work.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@327 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
41ed5aff94
commit
8c3ab553ba
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ class RailsService < Win32::Daemon
|
|||
end
|
||||
|
||||
log "Starting Rails in environment #{defaults[:environment]} ..."
|
||||
uri "/", :handler => rails(:mime => mime)
|
||||
log "Mounting Rails at #{defaults[:prefix]}..." if defaults[:prefix]
|
||||
uri defaults[:prefix] || "/", :handler => rails(:mime => mime, :prefix => defaults[:prefix])
|
||||
log "Rails loaded."
|
||||
|
|
Loading…
Add table
Reference in a new issue