Commit acce2a26

mo khan <mo@mokhan.ca>
2013-06-03 01:10:51
increase max file upload from 4 Mb to 10
1 parent e44750e
Changed files (1)
config/nginx.conf
@@ -13,7 +13,7 @@ http {
 
   client_body_buffer_size 8K;
   client_header_buffer_size 1k;
-  client_max_body_size 4M;
+  client_max_body_size 10M;
 
   sendfile        on;