mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Apply suggestions from code review
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: -Denux <83671398+DenuxPlays@users.noreply.github.com>
This commit is contained in:
parent
04466f0c42
commit
843168fefe
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ Add this as a new Apache site config:
|
||||||
# Enable h2, h2c and http1.1
|
# Enable h2, h2c and http1.1
|
||||||
Protocols h2 h2c http/1.1
|
Protocols h2 h2c http/1.1
|
||||||
|
|
||||||
#Solves slow upload speeds caused by http2
|
# Solves slow upload speeds caused by http2
|
||||||
H2WindowSize 1048576
|
H2WindowSize 1048576
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
|
|
@ -259,7 +259,7 @@ server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2; # comment to disable IPv6
|
listen [::]:443 ssl http2; # comment to disable IPv6
|
||||||
|
|
||||||
#Solves slow upload speeds caused by http2
|
# Solves slow upload speeds caused by http2
|
||||||
http2_body_preread_size 1048576;
|
http2_body_preread_size 1048576;
|
||||||
|
|
||||||
server_name <your-nc-domain>;
|
server_name <your-nc-domain>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue