php_fastcgi polish & new example

This commit is contained in:
Francis Lavoie 2023-11-17 07:30:02 -05:00
parent 8a9540d4ec
commit 5a994ae5f5
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
3 changed files with 59 additions and 35 deletions

View file

@ -731,7 +731,7 @@ handle_path /old-prefix/* {
```
X-Accel-Redirect support, i.e. serving static files as requested by the proxy upstream:
`X-Accel-Redirect` support, i.e. serving static files as requested by the proxy upstream:
```caddy-d
reverse_proxy localhost:8080 {
@ -760,7 +760,7 @@ reverse_proxy localhost:8080 {
```
Get backends dynamically from A/AAAA record DNS queries:
Get backends dynamically from `A`/`AAAA` record DNS queries:
```caddy-d
reverse_proxy {
@ -769,7 +769,7 @@ reverse_proxy {
```
Get backends dynamically from SRV record DNS queries:
Get backends dynamically from `SRV` record DNS queries:
```caddy-d
reverse_proxy {