mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Change to default value for proxy_max_temp_file_size
Received proxy_max_temp_file_size invalid. Checked http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_max_temp_file_size and 1024 is the default.
This commit is contained in:
parent
19fd071bed
commit
68cda6ca2a
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ server {
|
|||
set $upstream_proto https;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_max_temp_file_size 2048m;
|
||||
proxy_max_temp_file_size 1024m;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue