Fix deploying PHP 8.x

This commit is contained in:
Sander van der Burg 2022-01-29 13:34:19 +01:00
parent 364cdea9e2
commit 06b1f460a6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ import ./default.nix {
'' else throw "Unknown type for module!"
) modules}
${lib.optionalString enablePHP ''
LoadModule php7_module ${php}/modules/libphp7.so
LoadModule php_module ${php}/modules/libphp.so
''}
ServerAdmin ${serverAdmin}