Skip to content
Snippets Groups Projects
Commit b165b20b authored by Manos Angelidis's avatar Manos Angelidis Committed by Ugo Albanese
Browse files

Merged in NUIT-244 (pull request #70)

[NUIT-244] Increased size of files that nginx can serve to 2GB

Approved-by: Ugo Albanese
Approved-by: Eloy Retamino
parent 4f6bea65
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ http { ...@@ -31,7 +31,7 @@ http {
proxy_read_timeout 300; proxy_read_timeout 300;
send_timeout 300; send_timeout 300;
client_max_body_size 200M; client_max_body_size 2000M;
client_body_temp_path /tmp; client_body_temp_path /tmp;
proxy_temp_path /tmp; proxy_temp_path /tmp;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment