Explorar o código

increase default upload limit from 1M to 15M

trwnh %!s(int64=4) %!d(string=hai) anos
pai
achega
02ad300443
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      contrib/nginx.conf

+ 1 - 0
contrib/nginx.conf

@@ -18,6 +18,7 @@ server {
     index index.html index.htm index.php;
 
     charset utf-8;
+    client_max_body_size 15M;
 
     location / {
         try_files $uri $uri/ /index.php?$query_string;