mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 15:30:08 +00:00
@@ -367,8 +367,8 @@ server {
|
||||
proxy_request_buffering off;
|
||||
|
||||
client_max_body_size 0;
|
||||
client_body_buffer_size 1m;
|
||||
http3_stream_buffer_size 1m;
|
||||
client_body_buffer_size 512k;
|
||||
http3_stream_buffer_size 512k;
|
||||
proxy_read_timeout 86400s;
|
||||
|
||||
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;
|
||||
client_max_body_size 0;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user