mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
use php unix socket (2/3)
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
2cd5d65197
commit
14acdbcb5a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Listen 8080
|
||||||
|
|
||||||
# PHP match
|
# PHP match
|
||||||
<FilesMatch "\.php$">
|
<FilesMatch "\.php$">
|
||||||
SetHandler "proxy:fcgi://localhost:9000"
|
SetHandler "proxy:unix:/var/run/php.sock"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
# Master dir
|
# Master dir
|
||||||
DocumentRoot /var/www/docker-aio/php/public/
|
DocumentRoot /var/www/docker-aio/php/public/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue