[Groonga-commit] groonga/groonga at 53922f0 [master] doc groonga-httpd: fix wrong context

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 26 16:45:11 JST 2013


Kouhei Sutou	2013-08-26 16:45:11 +0900 (Mon, 26 Aug 2013)

  New Revision: 53922f0e1ba9fa65918c6c594f734c06e1db0fb6
  https://github.com/groonga/groonga/commit/53922f0e1ba9fa65918c6c594f734c06e1db0fb6

  Message:
    doc groonga-httpd: fix wrong context
    
    groonga_log_path and groonga_log_level can be also specified in http
    and server contexts. See
    
        NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1
    
    lines in
    
        { ngx_string("groonga_log_level"),
          NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
          ngx_http_groonga_conf_set_log_level_slot,
          NGX_HTTP_LOC_CONF_OFFSET,
          0,
          NULL },
    
        { ngx_string("groonga_cache_limit"),
          NGX_HTTP_MAIN_CONF|NGX_CONF_TAKE1,
          ngx_conf_set_size_slot,
          NGX_HTTP_LOC_CONF_OFFSET,
          offsetof(ngx_http_groonga_loc_conf_t, cache_limit),
          NULL },
    
    Descriptions of them should be also updated.

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

  Modified: doc/source/reference/executables/groonga-httpd.txt (+2 -2)
===================================================================
--- doc/source/reference/executables/groonga-httpd.txt    2013-08-26 16:41:57 +0900 (354f7b0)
+++ doc/source/reference/executables/groonga-httpd.txt    2013-08-26 16:45:11 +0900 (a3644da)
@@ -199,7 +199,7 @@ Default
   ``/var/log/groonga/httpd/groonga.log``
 
 Context
-  ``location``
+  ``http``, ``server``, ``location``
 
 Specifies groonga log path in the ``location`` block. The
 default is ``/var/log/groonga/httpd/groonga.log``.
@@ -224,7 +224,7 @@ Default
   ``notice``
 
 Context
-  ``location``
+  ``http``, ``server``, ``location``
 
 Specifies groonga log level in the ``location`` block. The
 default is ``notice``. You can disable logging by specifying ``none`` as log level.
-------------- next part --------------
HTML����������������������������...
Download 



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