We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7178845 commit da8db10Copy full SHA for da8db10
examples/nginx.conf
@@ -38,6 +38,10 @@ server {
38
ssl_session_cache shared:SSL:5m;
39
ssl_session_tickets off;
40
41
+ # Tune settings for fast HTTP/2 uploads
42
+ # https://blog.cloudflare.com/delivering-http-2-upload-speed-improvements/
43
+ http2_body_preread_size 512k;
44
+
45
server_name tusd.tusdemo.net;
46
47
# certbot will place the files required for the HTTP challenge in the
0 commit comments