Fix upload of large files to apps

6a0ef7a1c1 broke the upload for apps

e2e test is being added
This commit is contained in:
Girish Ramakrishnan
2017-08-23 10:22:52 -07:00
parent 103f8db8cb
commit 3aebf51360
+3
View File
@@ -80,6 +80,9 @@ server {
# No buffering to temp files, it fails for large downloads
proxy_max_temp_file_size 0;
# Disable check to allow unlimited body sizes. this allows apps to accept whatever size they want
client_max_body_size 0;
<% if (robotsTxtQuoted) { %>
location = /robots.txt {
return 200 <%- robotsTxtQuoted %>;