[commits] [Wiki] changed: webserver/nginx

Wiki Guest wikiguest at horde.org
Thu Oct 15 10:25:55 UTC 2015


guest [89.176.207.140]  Thu, 15 Oct 2015 10:25:55 +0000

Modified page: http://wiki.horde.org/webserver/nginx
New Revision:  6
Change log:  add client_max_body_size to allow bigger attachements

@@ -33,8 +33,10 @@
      add_header                          x-content-type-options    "nosniff";

      root                                /path/to/horde/;
      index                               index.php;
+
+    client_max_body_size 8m; # allow bigger attachements, default is 1m

      location / {

         # Ruud Baart



More information about the commits mailing list