[Groonga-commit] droonga/droonga-http-server at 329ec2c [master] Ask the path to the document root by droonga-http-server-configure

Back to archive index

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


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

  New Revision: 329ec2c6a51fa9842c006678bab03f96f7fa8171
  https://github.com/droonga/droonga-http-server/commit/329ec2c6a51fa9842c006678bab03f96f7fa8171

  Message:
    Ask the path to the document root by droonga-http-server-configure

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

  Modified: bin/droonga-http-server-configure (+1 -0)
===================================================================
--- bin/droonga-http-server-configure    2014-11-20 15:34:31 +0900 (9dc212d)
+++ bin/droonga-http-server-configure    2014-11-20 15:35:11 +0900 (a3e4bbc)
@@ -309,6 +309,7 @@ function tryResetConfigs() {
       .then(function() { return setIntegerOption('cacheSize', 'maximum size of the response cache'); })
       .then(function() { return setIntegerOption('cacheTtlInSeconds', 'time to live of cached responses, in seconds'); })
       .then(function() { return setBooleanOption('enableTrustProxy', 'enable "trust proxy" configuration'); })
+      .then(function() { return setStringOption('documentRoot', 'path to the document root'); })
       .then(function() { return setStringOption('environment', 'environment'); })
       .then(resolve);
   });
-------------- next part --------------
HTML����������������������������...
下載 



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