Wiki Mint SystemWiki Mint System
Home
Glossary
Mint System
Chat
GitHub
Home
Glossary
Mint System
Chat
GitHub
  • Nginx Troubleshooting

Nginx Troubleshooting

Issues

Request entity too large

Problem

The server responds with:

413 Request Entity Too Large

Solution

Increase the max upload size:

client_max_body_size 128M;

Backlinks:

🔗 Nginx

📝 Edit on GitHub

This page is maintained by Mint System GmbH