mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Add Treafik HTTP/3 Support (#3965)
Signed-off-by: wuast94 <mihauku@googlemail.com> Signed-off-by: wuast94 <github@wuast24.de> Signed-off-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Marc <github@wuast24.de> Co-authored-by: wuast94 <mihauku@googlemail.com> Co-authored-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
cf54794be2
commit
72fe749644
1 changed files with 48 additions and 42 deletions
|
|
@ -558,6 +558,8 @@ The examples below define the dynamic configuration in YAML files. If you rather
|
||||||
entryPoints:
|
entryPoints:
|
||||||
https:
|
https:
|
||||||
address: ":443" # Create an entrypoint called "https" that uses port 443
|
address: ":443" # Create an entrypoint called "https" that uses port 443
|
||||||
|
# If you want to enable HTTP/3 support, uncomment the line below
|
||||||
|
# http3: {}
|
||||||
|
|
||||||
certificatesResolvers:
|
certificatesResolvers:
|
||||||
# Define "letsencrypt" certificate resolver
|
# Define "letsencrypt" certificate resolver
|
||||||
|
|
@ -571,6 +573,10 @@ The examples below define the dynamic configuration in YAML files. If you rather
|
||||||
file:
|
file:
|
||||||
directory: "/path/to/dynamic/conf" # Adjust the path according your needs.
|
directory: "/path/to/dynamic/conf" # Adjust the path according your needs.
|
||||||
watch: true
|
watch: true
|
||||||
|
|
||||||
|
# Enable HTTP/3 feature by uncommenting the lines below. Don't forget to route 443 UDP to Traefik (Firewall\NAT\Traefik Container)
|
||||||
|
# experimental:
|
||||||
|
# http3: true
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Declare the router, service and middlewares for Nextcloud in `/path/to/dynamic/conf/nextcloud.yml`:
|
1. Declare the router, service and middlewares for Nextcloud in `/path/to/dynamic/conf/nextcloud.yml`:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue