Skip to content

Commit

Permalink
fix inconsistencies in Caddyfile formatting + dont use HTTP/3
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Sep 25, 2024
1 parent bbe6db4 commit 4796a9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ export LOG_EVENTS=true # makes debugging easier
# Reverse proxy configuration (aka Firefox patch)
cat <<EOF >/etc/caddy/Caddyfile
{
admin off
servers {
protocols h1 h2c h3
}
admin off
servers {
protocols h1 h2c
}
}
:8443 {
tls /mnt/cert/main.cert.pem /mnt/cert/main.key.pem
reverse_proxy albyhub.embassy:8080
tls /mnt/cert/main.cert.pem /mnt/cert/main.key.pem
reverse_proxy albyhub.embassy:8080
}
EOF

Expand Down

0 comments on commit 4796a9e

Please sign in to comment.