CT: Heimdall and Nextcloud: fixed php version in configs

This commit is contained in:
2022-11-22 22:40:10 +01:00
parent a33de84dd5
commit a985eb3858
6 changed files with 8 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ http {
fastcgi_param HTTPS on;
fastcgi_param modHeadersAvailable true;
fastcgi_param front_controller_active true;
fastcgi_pass unix:/run/php-fpm8/php-fpm.sock;
fastcgi_pass unix:/run/php-fpm81/php-fpm.sock;
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
}