Skip to content

Commit

Permalink
docs: Clear up need for reverse proxy for HTTP/3
Browse files Browse the repository at this point in the history
See #1168
  • Loading branch information
Acconut authored Aug 7, 2024
1 parent 806f27d commit 1330658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ By default, tusd listens on port 8080 and all available interfaces. This can be
$ tusd -host 127.0.0.1 -port 1337
```

Once running, tusd accepts HTTP/1.1 requests on the configured port. If [HTTPS/TLS](#httpstls) is configured, tusd will also accept HTTP/2 connection, thanks to [Go's transparent support](https://pkg.go.dev/net/http#hdr-HTTP_2). HTTP/3 and QUIC is currently not supported without the use of an external proxy.
Once running, tusd accepts HTTP/1.1 requests on the configured port. If [HTTPS/TLS](#httpstls) is configured, tusd will also accept HTTP/2 connection, thanks to [Go's transparent support](https://pkg.go.dev/net/http#hdr-HTTP_2). HTTP/3 and QUIC is currently not supported by tusd directly and requires the use of a reverse proxy.

### UNIX socket

Expand Down

0 comments on commit 1330658

Please sign in to comment.