From 81ef99b44812e10eb145b702f9ec3d6e59a959dd Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Wed, 5 Aug 2020 16:01:51 -0400 Subject: [PATCH] docs: Revert the note about `route` --- src/docs/markdown/caddyfile/directives/php_fastcgi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/php_fastcgi.md b/src/docs/markdown/caddyfile/directives/php_fastcgi.md index 9e64f48..b317508 100644 --- a/src/docs/markdown/caddyfile/directives/php_fastcgi.md +++ b/src/docs/markdown/caddyfile/directives/php_fastcgi.md @@ -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 -``` \ No newline at end of file +```