Fixed wrong php sock
This commit is contained in:
xPedion 2022-01-28 09:37:55 +01:00 committed by GitHub
parent 49ee602f14
commit e24f275059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ Listen 9443
### SETTINGS ###
<FilesMatch "\.php$">
SetHandler "proxy:unix:/run/php/$PHPVER-fpm.nextcloud.sock|fcgi://localhost"
SetHandler "proxy:unix:/run/php/php$PHPVER-fpm.nextcloud.sock|fcgi://localhost"
</FilesMatch>
DocumentRoot $ADMINERDIR