mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
PHP 7.4 is no longer supported, bump example to latest version
This commit is contained in:
parent
af9bd2e5c3
commit
90d9425f23
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue