Configure apache to use php 8.0
This commit is contained in:
@@ -14,7 +14,7 @@ in {
|
|||||||
services.httpd = {
|
services.httpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enablePHP = true;
|
enablePHP = true;
|
||||||
# phpPackage = inputs.phps.packages.x86_64-linux.php74;
|
phpPackage = inputs.phps.packages.x86_64-linux.php80;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
ScriptAlias /fortune ${fortune}/bin/fortune
|
ScriptAlias /fortune ${fortune}/bin/fortune
|
||||||
'';
|
'';
|
||||||
|
Reference in New Issue
Block a user