Configure apache to use php 8.0
This commit is contained in:
parent
dbfe474299
commit
a9e74478c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue