Homogenize file size error from nginx with python errors 15/61415/1
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Mon, 27 Aug 2018 09:15:49 +0000 (12:15 +0300)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Mon, 27 Aug 2018 09:22:52 +0000 (12:22 +0300)
commit110806aee13cc125fa38ff528e80570196de4a22
treef4d1523b15bd90bb9143074dc3a024b07ccb873d
parenta3d5e939c9fef190f34a60a6ea6c378f9b97ce44
Homogenize file size error from nginx with python errors

JIRA: DOVETAIL-732

This patch homogenize error received from nginx when a file is bigger
than the limit set with python errors. It tells nginx to convert
error 413 to 200 and respond with a json, like python does when
validating the file. As a result, the error is shown in the pop up
as it should be.

Change-Id: I3218516073f848321af02465c5d608ef54d5b715
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
docker/nginx/sites-enabled/default