Merge pull request #3813 from lynt-smitka/fix-caddy-quic-udp-port
Fix caddy quic udp port
This commit is contained in:
commit
2f84664996
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ function generate_default_proxy_configuration(Server $server)
|
|||
'ports' => [
|
||||
'80:80',
|
||||
'443:443',
|
||||
'443:443/udp',
|
||||
],
|
||||
'labels' => [
|
||||
'coolify.managed=true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue