[Groonga-commit] groonga/packages.groonga.org at 81e93e3 [master] groonga-httpd: disable body size limitation

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 9 10:17:32 JST 2015


Kouhei Sutou	2015-09-09 10:17:32 +0900 (Wed, 09 Sep 2015)

  New Revision: 81e93e35d3a0681497706e28c74e61a489d146da
  https://github.com/groonga/packages.groonga.org/commit/81e93e35d3a0681497706e28c74e61a489d146da

  Message:
    groonga-httpd: disable body size limitation

  Modified files:
    ansible/files/groonga-httpd.conf

  Modified: ansible/files/groonga-httpd.conf (+1 -0)
===================================================================
--- ansible/files/groonga-httpd.conf    2015-09-08 22:02:41 +0900 (678d472)
+++ ansible/files/groonga-httpd.conf    2015-09-09 10:17:32 +0900 (e2f795b)
@@ -22,6 +22,7 @@ http {
 
     location /d/ {
       groonga on;
+      client_max_body_size 0;
     }
 
     error_page   500 502 503 504  /50x.html;
-------------- next part --------------
HTML����������������������������...
Download 



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