[Groonga-commit] droonga/chef-cookbooks at 9d14252 [master] Specify host name of the http server correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 21 15:22:26 JST 2014


YUKI Hiroshi	2014-04-21 15:22:26 +0900 (Mon, 21 Apr 2014)

  New Revision: 9d14252bd785fbc40870a9bfed03f18c849103ad
  https://github.com/droonga/chef-cookbooks/commit/9d14252bd785fbc40870a9bfed03f18c849103ad

  Message:
    Specify host name of the http server correctly

  Modified files:
    droonga/templates/default/sv-droonga-http-server-run.erb

  Modified: droonga/templates/default/sv-droonga-http-server-run.erb (+1 -2)
===================================================================
--- droonga/templates/default/sv-droonga-http-server-run.erb    2014-04-21 15:20:48 +0900 (4750204)
+++ droonga/templates/default/sv-droonga-http-server-run.erb    2014-04-21 15:22:26 +0900 (fb58b2a)
@@ -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 %> \
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index