mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
512k is enough
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
e7a36de3db
commit
1ecf1092f6
1 changed files with 3 additions and 3 deletions
|
|
@ -367,8 +367,8 @@ server {
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
|
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
client_body_buffer_size 1m;
|
client_body_buffer_size 512k;
|
||||||
http3_stream_buffer_size 1m;
|
http3_stream_buffer_size 512k;
|
||||||
proxy_read_timeout 86400s;
|
proxy_read_timeout 86400s;
|
||||||
|
|
||||||
server_name <your-nc-domain>;
|
server_name <your-nc-domain>;
|
||||||
|
|
@ -438,7 +438,7 @@ Second, see these screenshots for a working config:
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
client_body_buffer_size 1m;
|
client_body_buffer_size 512k;
|
||||||
proxy_read_timeout 86400s;
|
proxy_read_timeout 86400s;
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue