PHP 7.4 is no longer supported, bump example to latest version

This commit is contained in:
Francis Lavoie 2023-01-21 21:44:40 -05:00
parent af9bd2e5c3
commit 90d9425f23
No known key found for this signature in database
GPG key ID: 29B92EA7430C3C62

View file

@ -138,7 +138,7 @@ php_fastcgi /blog/* 127.0.0.1:9000
When using php-fpm listening via a unix socket:
```caddy-d
php_fastcgi unix//run/php/php7.4-fpm.sock
php_fastcgi unix//run/php/php8.2-fpm.sock
```
The [`root` directive](/docs/caddyfile/directives/root) is typically used to specify the directory containing the PHP scripts, and the [`file_server` directive](/docs/caddyfile/directives/file_server) to serve static files: