Skip to content

Commit

Permalink
Fixed host option of redirector
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Feb 25, 2015
1 parent 451d205 commit 8d406b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gec22_demo/web_redirector/redirector.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defApplication('web_redirector') do |app|
app.defProperty(
"host",
"Address to listen to",
"",
"-o",
:order => 1, :type => :string, :dynamic => false, :mandatory => true, :default => 'localhost')
app.defProperty(
"rackapp",
Expand Down

0 comments on commit 8d406b6

Please sign in to comment.