Skip to content

Commit c1f0bdd

Browse files
Merge pull request #13 from benni347/patch-1
Updated caddy instructions
2 parents ee53b95 + 9726cb2 commit c1f0bdd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docker/reverse-proxies.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Add this to your Caddyfile:
7272
```Caddyfile
7373
links.example.com {
7474
reverse_proxy https://localhost:443 {
75-
tls_insecure_skip_verify
75+
transport http {
76+
tls_insecure_skip_verify
77+
}
7678
}
7779
}
78-
```
80+
```

0 commit comments

Comments
 (0)