From: Galen Charlton <gmc@equinoxinitiative.org> Date: Tue, 4 Sep 2018 22:33:09 +0000 (-0400) Subject: LP#1514085: add to release notes with a server configuration note X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32f9b0303588a571a29efb000d49b132e8bc0f7a;p=evergreen%2Fjoelewis.git LP#1514085: add to release notes with a server configuration note Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> --- diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc index 81bf1a00e1..e857e13ec1 100644 --- a/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc @@ -17,3 +17,11 @@ session by the value stored in the "session_key" field. The table tracks other potentially useful data, like the staff member and workstation where the action was performed. +Upgrade notes ++++++++++++++ +Users of NGINX as a reverse proxy may need to set a suitable +`client_max_body_size` value in the NGINX configuration so that large +MARC record uploads are not truncated. Note that this would have +always been necessary, but since this feature allows larger files +to be more reliably queued and imported, the need to set `client_max_body_size` +became more apparent.