Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in MEDIAWIKI_MAX_UPLOAD_SIZE #21

Open
shizacat opened this issue May 2, 2018 · 2 comments
Open

Error in MEDIAWIKI_MAX_UPLOAD_SIZE #21

shizacat opened this issue May 2, 2018 · 2 comments

Comments

@shizacat
Copy link

shizacat commented May 2, 2018

You do not update variable into nginx (client_max_body_size) when to set up environment.

@shizacat
Copy link
Author

shizacat commented May 2, 2018

Example:

sed -i "s/client_max_body_size.*/client_max_body_size ${MEDIAWIKI_MAX_UPLOAD_SIZE};/" /etc/nginx/nginx.conf

@omegagi
Copy link

omegagi commented Nov 22, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants