rar, gnupg and ssh extensions are not yet compatible with PHP-8.0

This commit is contained in:
Daniel Winzen
2020-10-13 16:04:31 +02:00
parent 71bf701515
commit 6f0713341d
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ server {
include snippets/fastcgi-php.conf;
fastcgi_param DOCUMENT_ROOT /html;
fastcgi_param SCRIPT_FILENAME /html$fastcgi_script_name;
fastcgi_pass unix:/var/run/php/8.0-hosting;
fastcgi_pass unix:/var/run/php/7.4-hosting;
}
}
location /squirrelmail {