Skip to content

Commit

Permalink
Disable http2
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 22, 2021
1 parent dcae780 commit 5765334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See License-AGPL.txt in the project root for license information.


FROM aledbf/caddy-http2:0.4
FROM caddy/caddy:2.4.0-beta.2-alpine

COPY components-dashboard--static/conf/Caddyfile /etc/caddy/Caddyfile
COPY components-dashboard--app/build /www
1 change: 1 addition & 0 deletions components/proxy/conf/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
(ssl_configuration) {
tls /etc/caddy/certificates/tls.crt /etc/caddy/certificates/tls.key {
#ca_root <pem_file>
alpn http/1.1
}
}

Expand Down

0 comments on commit 5765334

Please sign in to comment.