[Groonga-commit] groonga/groonga at 867e258 [master] groonga-httpd: add sample configuration for client_max_body_size

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 27 22:39:15 JST 2015


Kouhei Sutou	2015-09-27 22:39:15 +0900 (Sun, 27 Sep 2015)

  New Revision: 867e258336a4299c50049b12dbffe05ade6abab7
  https://github.com/groonga/groonga/commit/867e258336a4299c50049b12dbffe05ade6abab7

  Message:
    groonga-httpd: add sample configuration for client_max_body_size

  Modified files:
    data/groonga-httpd.conf.in

  Modified: data/groonga-httpd.conf.in (+3 -0)
===================================================================
--- data/groonga-httpd.conf.in    2015-09-27 22:23:36 +0900 (fb3c816)
+++ data/groonga-httpd.conf.in    2015-09-27 22:39:15 +0900 (50d08bc)
@@ -42,6 +42,9 @@ http {
       # groonga_query_log_path off;
       # You can custom database path.
       # groonga_database /path/to/groonga/db;
+      # If you send large data bay one 'load' command, you may need to
+      # increate the max size limitation.
+      # client_max_body_size 50m;
     }
 
     location / {
-------------- next part --------------
HTML����������������������������...
Download 



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