We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec72f0 commit ffa844dCopy full SHA for ffa844d
reverse-proxy.md
@@ -693,6 +693,10 @@ The examples below define the dynamic configuration in YAML files. If you rather
693
file:
694
directory: "/path/to/dynamic/conf" # Adjust the path according your needs.
695
watch: true
696
+
697
+ # Enable HTTP/3 feature by uncommenting the lines below. Don't forget to route 443 UDP to Traefik (Firewall\NAT\Traefik Container)
698
+ # experimental:
699
+ # http3: true
700
```
701
702
1. Declare the router, service and middlewares for Nextcloud in `/path/to/dynamic/conf/nextcloud.yml`:
0 commit comments