use php unix socket (2/3)

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-09-16 11:21:28 +02:00 committed by GitHub
parent 2cd5d65197
commit 14acdbcb5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Listen 8080
# PHP match
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://localhost:9000"
SetHandler "proxy:unix:/var/run/php.sock"
</FilesMatch>
# Master dir
DocumentRoot /var/www/docker-aio/php/public/