[Groonga-commit] droonga/droonga-http-server at 55b0cd8 [master] Save given path to the document root correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 20 15:42:11 JST 2014


YUKI Hiroshi	2014-11-20 15:42:11 +0900 (Thu, 20 Nov 2014)

  New Revision: 55b0cd82119c2bfb70bf64dbe94f6b3e53dcfb1c
  https://github.com/droonga/droonga-http-server/commit/55b0cd82119c2bfb70bf64dbe94f6b3e53dcfb1c

  Message:
    Save given path to the document root correctly

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -0)
===================================================================
--- bin/droonga-http-server-configure    2014-11-20 15:38:36 +0900 (a3e4bbc)
+++ bin/droonga-http-server-configure    2014-11-20 15:42:11 +0900 (2538d20)
@@ -329,6 +329,7 @@ function writeNewConfigs() {
     configs.cache_size         = configValues.cacheSize;
     configs.cache_ttl_in_seconds = configValues.cacheTtlInSeconds;
     configs.enable_trust_proxy = configValues.enableTrustProxy;
+    configs.document_root      = configValues.documentRoot;
     configs.environment        = configValues.environment;
 
     var engineConfigs = {};
-------------- next part --------------
HTML����������������������������...
Download 



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