docs: Add unix socket address to php_fastcgi

As suggested in https://caddy.community/t/v2-setting-up-php/7518
This commit is contained in:
Francis Lavoie 2020-04-11 11:39:33 -04:00 committed by GitHub
parent 98ecaa5329
commit 96d331f644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,3 +67,9 @@ Same, but only for requests under `/blog/`:
```
php_fastcgi /blog/* 127.0.0.1:9000
```
When using php-fpm listening via a unix socket:
```
php_fastcgi unix//run/php/php7.4-fpm.sock
```