mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
docs: Revert the note about route
This commit is contained in:
parent
7c33f3bd4e
commit
81ef99b448
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Since this directive is an opinionated wrapper over a reverse proxy, you can use
|
|||
|
||||
## Expanded form
|
||||
|
||||
The `php_fastcgi` directive is roughly the same as the following configuration (note that currently, declaring named matchers is not supported inside of `route` blocks, but this is written as such for illustrative purposes):
|
||||
The `php_fastcgi` directive is the same as the following configuration:
|
||||
|
||||
```caddy-d
|
||||
route {
|
||||
|
@ -99,4 +99,4 @@ The [`root` directive](/docs/caddyfile/directives/root) is often used to specify
|
|||
```caddy-d
|
||||
root * /var/www/html
|
||||
php_fastcgi 127.0.0.1:9000
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue