mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-25 09:45:50 +01:00
use FPM’s specific configuration
This commit is contained in:
parent
0f7f7479c3
commit
c428696f52
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user