
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2016 08:36 AM
Hi, sometimes (apparently at random) when i try to upload a file the upload will fail because "the quota was exceeded". I tried not giving any quota or giving a very large one (>10GB when i don't even have 1GB used on the whole share) but the error still occurs sometimes. What might cause it? I installed Alfresco on a windows server 2012 r2 with the .exe installer so everything's default.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2016 09:57 PM
The error seems the request body is larger than the server is configured to allow.
Have you used any proxy tools such as ngnix,apache?
For example ngnix only accept maximum accepted 2m body size by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2016 09:57 PM
The error seems the request body is larger than the server is configured to allow.
Have you used any proxy tools such as ngnix,apache?
For example ngnix only accept maximum accepted 2m body size by default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 04:30 AM
yeah it was a typo in the nginx proxy, i set 1m instead of 10m. Thanks
