diff --git a/site-cookbooks/kosmos-mediawiki/templates/default/nginx.conf.erb b/site-cookbooks/kosmos-mediawiki/templates/default/nginx.conf.erb index 1492fb3..b99742a 100644 --- a/site-cookbooks/kosmos-mediawiki/templates/default/nginx.conf.erb +++ b/site-cookbooks/kosmos-mediawiki/templates/default/nginx.conf.erb @@ -12,6 +12,8 @@ server { root <%= @docroot %>; index index.php; + client_max_body_size 20M; + location / { try_files $uri $uri/ /index.php?$args; }