Skip to content

Commit

Permalink
Merge pull request #3813 from lynt-smitka/fix-caddy-quic-udp-port
Browse files Browse the repository at this point in the history
Fix caddy quic udp port
  • Loading branch information
peaklabs-dev authored Oct 14, 2024
2 parents e8865d1 + a094ece commit 2f84664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/helpers/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ function generate_default_proxy_configuration(Server $server)
'ports' => [
'80:80',
'443:443',
'443:443/udp',
],
'labels' => [
'coolify.managed=true',
Expand Down

0 comments on commit 2f84664

Please sign in to comment.