File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -209,10 +209,13 @@ public function setupDefault404Redirect()
209
209
1 => 'https ' ,
210
210
],
211
211
'service ' => 'noop ' ,
212
- 'rule ' => 'HostRegexp(`{catchall:.*}`) ' ,
212
+ 'rule ' => 'HostRegexp(`.+`) ' ,
213
+ 'tls ' => [
214
+ 'certResolver ' => 'letsencrypt ' ,
215
+ ],
213
216
'priority ' => 1 ,
214
217
'middlewares ' => [
215
- 0 => 'redirect-regexp@file ' ,
218
+ 0 => 'redirect-regexp ' ,
216
219
],
217
220
],
218
221
],
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ function generate_default_proxy_configuration(Server $server)
164
164
'ports ' => [
165
165
'80:80 ' ,
166
166
'443:443 ' ,
167
+ '443:443/udp ' ,
167
168
'8080:8080 ' ,
168
169
],
169
170
'healthcheck ' => [
@@ -187,6 +188,7 @@ function generate_default_proxy_configuration(Server $server)
187
188
'--entryPoints.http.http2.maxConcurrentStreams=50 ' ,
188
189
'--entrypoints.https.http.encodequerysemicolons=true ' ,
189
190
'--entryPoints.https.http2.maxConcurrentStreams=50 ' ,
191
+ '--entrypoints.https.http3 ' ,
190
192
'--providers.docker.exposedbydefault=false ' ,
191
193
'--providers.file.directory=/traefik/dynamic/ ' ,
192
194
'--providers.file.watch=true ' ,
You can’t perform that action at this time.
0 commit comments