docs: Revert the note about route

This commit is contained in:
Francis Lavoie 2020-08-05 16:01:51 -04:00 committed by GitHub
parent 7c33f3bd4e
commit 81ef99b448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```
```