use FPM’s specific configuration

This commit is contained in:
Avi Alkalay 2022-09-23 05:56:40 -03:00
parent 47c19c6313
commit 8ea470cd32

View File

@ -21,6 +21,9 @@ ErrorDocument 404 /nextcloud/core/templates/404.php
RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
</IfModule>
</IfModule>
<FilesMatch \.(php|phar)$>
SetHandler "proxy:unix:/run/php-fpm/nextcloud.sock|fcgi://localhost"
</FilesMatch>
</IfModule>
<IfModule mod_php5.c>