Skip to content

Commit 40df2eb

Browse files
committed
Remove email section for Caddy
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 469157b commit 40df2eb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/tutorial/caddy-http-tunnel.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ Here's an example Caddyfile that will reverse-proxy to the local file-server usi
9393
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
9494
}
9595
96-
service.example.com
97-
98-
reverse_proxy 127.0.0.1:8080 {
96+
service.example.com {
97+
reverse_proxy 127.0.0.1:8080
9998
}
10099
```
101100

@@ -119,10 +118,6 @@ If you wanted to expose something else like Grafana, you could simply edit your
119118
Caddy also supports multiple domains within the same file, so that you can expose multiple internal or private websites through the same tunnel.
120119

121120
```Caddyfile
122-
{
123-
email "webmaster@example.com"
124-
}
125-
126121
blog.example.com {
127122
reverse_proxy 127.0.0.1:4000
128123
}

0 commit comments

Comments
 (0)