[Groonga-commit] groonga/groonga at 365391f [master] doc groonga-httpd: document groonga_database_auto_create directive

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Sep 27 12:40:17 JST 2013


Kouhei Sutou	2013-09-27 12:40:17 +0900 (Fri, 27 Sep 2013)

  New Revision: 365391fb6252490d47909fe2b7da2d65f4590134
  https://github.com/groonga/groonga/commit/365391fb6252490d47909fe2b7da2d65f4590134

  Message:
    doc groonga-httpd: document groonga_database_auto_create directive

  Modified files:
    doc/source/reference/executables/groonga-httpd.txt

  Modified: doc/source/reference/executables/groonga-httpd.txt (+24 -1)
===================================================================
--- doc/source/reference/executables/groonga-httpd.txt    2013-09-27 12:00:41 +0900 (2a4815a)
+++ doc/source/reference/executables/groonga-httpd.txt    2013-09-27 12:40:17 +0900 (97f401b)
@@ -120,6 +120,8 @@ Examples::
     groonga off; # Disables groonga under /d/... path
   }
 
+.. _groonga-database:
+
 ``groonga_database``
 """"""""""""""""""""
 
@@ -139,7 +141,28 @@ directive.
 ``groonga_database_auto_create``
 """"""""""""""""""""""""""""""""
 
-TODO
+Synopsis::
+
+  groonga_database_auto_create on | off;
+
+Default
+  ``groonga_database_auto_create on;``
+
+Context
+  ``http``, ``server``, ``location``
+
+Specifies whether groonga database is created automatically or not. If
+the value is ``on`` and the groonga database specified by
+:ref:`groonga-database` doesn't exist, the groonga database is created
+automatically. If the groonga database exists, groonga-httpd does
+nothing.
+
+If parent directory doesn't exist, parent directory is also created
+recursively.
+
+The default value is ``on``. Normally, the value doesn't need to be
+changed.
+
 
 ``groonga_base_path``
 """""""""""""""""""""
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index