docs: Add unix socket address to php_fastcgi (#25)

As suggested in https://caddy.community/t/v2-setting-up-php/7518
This commit is contained in:
Francis Lavoie 2020-04-13 11:59:34 -04:00 committed by GitHub
parent 98ecaa5329
commit 0b1bbb85f4
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
```