mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
comments out http3_stream_buffer_size 512k as it requires v1.25.0+
comments out http3_stream_buffer_size 512k as it requires version 1.25.0+ of nginx Signed-off-by: Kain <26943220+kaincenteno@users.noreply.github.com>
This commit is contained in:
parent
109b9dc019
commit
e3f551c2a4
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ server {
|
|||
|
||||
client_max_body_size 0;
|
||||
client_body_buffer_size 512k;
|
||||
http3_stream_buffer_size 512k;
|
||||
# http3_stream_buffer_size 512k; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
||||
proxy_read_timeout 86400s;
|
||||
|
||||
server_name <your-nc-domain>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue