Open shizacat opened 6 years ago
Example:
sed -i "s/client_max_body_size.*/client_max_body_size ${MEDIAWIKI_MAX_UPLOAD_SIZE};/" /etc/nginx/nginx.conf
I'm interested in this too please
i added something like the below to my extra settings $wgMaxUploadSize = 20000000;
however still get the following error 413 Request Entity Too Large nginx
You do not update variable into nginx (client_max_body_size) when to set up environment.