diff options
author | Francis Lavoie <lavofr@gmail.com> | 2021-08-12 14:08:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 12:08:37 -0600 |
commit | ab32440b2121c5a8cf36e1eea1b7347f0386c2dc (patch) | |
tree | aac7ea936797e955e5050f454648e1f6a52e4577 /modules/caddyhttp/tracing | |
parent | e6c29ce081673d85e527d59f3afb7ace034573df (diff) |
httpcaddyfile: Add shortcut for proxy hostport placeholder (#4263)
* httpcaddyfile: Add shortcut for proxy hostport placeholder
I've noticed that it's a pretty common pattern to write a proxy like this, when needing to proxy over HTTPS:
```
reverse_proxy https://example.com {
header_up Host {http.reverse_proxy.upstream.hostport}
}
```
I find it pretty hard to remember the exact placeholder to use for this, and I continually need to refer to the docs when I need it. I think a simple fix for this is to add another Caddyfile placeholder for this one to shorten it:
```
reverse_proxy https://example.com {
header_up Host {proxy_hostport}
}
```
* Switch the shortcut name
Diffstat (limited to 'modules/caddyhttp/tracing')
0 files changed, 0 insertions, 0 deletions