Navigation Menu

Skip to content

Commit

Permalink
Specify host name of the http server correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2014
1 parent 3365a67 commit 9d14252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions droonga/templates/default/sv-droonga-http-server-run.erb
Expand Up @@ -16,10 +16,9 @@ work_dir="$(eval "echo ~${user}")/droonga-http-server/current"
cd "$work_dir"
exec chpst -u "$user:$group" \
"${work_dir}/bin/droonga-http-server" \
--host "<%= http_server.host %>" \
--port <%= http_server.port %> \
--tag "<%= engine.tag %>" \
--receive-host-name <%= http_server.port %> \
--receive-host-name <%= http_server.host %> \
--droonga-engine-host-name <%= engine.host %> \
--droonga-engine-port <%= engine.port %> \
--droonga-default-dataset <%= http_server.default_dataset %> \
Expand Down

0 comments on commit 9d14252

Please sign in to comment.