Skip to content

Commit 7170a28

Browse files
fix(caddy): explicitly specify https:// scheme for port 8443 loopback block
1 parent 3bda4cb commit 7170a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Policy: https://github.com/fastly/fastly-log-analytics/blob/main/SECURITY.md
355355
# enabling the browser to negotiate HTTP/2 (multiplexing) over the tunnel.
356356
# This prevents client-side TCP connection starvation (tab freezing) while keeping
357357
# admin access bound strictly to the local loopback/SSH boundary.
358-
localhost:8443, 127.0.0.1:8443 {
358+
https://localhost:8443, https://127.0.0.1:8443 {
359359
tls internal
360360

361361
encode zstd gzip

0 commit comments

Comments
 (0)