Skip to content

Commit 95baa7e

Browse files
authored
Merge pull request #49 from GeoNode/issue_48
Increase Nginx proxy_max_temp_file_size
2 parents 3c31b5f + 64460ca commit 95baa7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/nginx/geonode.conf.envsubst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ large_client_header_buffers 4 64k;
1212
proxy_connect_timeout 600;
1313
proxy_send_timeout 600;
1414
proxy_read_timeout 600;
15+
proxy_max_temp_file_size 10240m;
1516
uwsgi_read_timeout 600;
1617
send_timeout 600;
1718

0 commit comments

Comments
 (0)