Closed kreativmonkey closed 2 years ago
Hey and thanks for your PR! To switch by default, we would need to detect the PHP Version as e.g. Ubuntu 22.04 uses PHP8(.1?) by default which will fail with the config for 7.4. Any Idea how to Deal with this? Lighttpd also only checks for 7.3 and 7.4 ...
That is why i explicitly use php7.4-fpm to install and activation. you can do that because this versions are currently supported. You don't need to use the newest versions in the repository ;-)
Prerequisites checklist
What is the purpose of this pull request? (put an "x" next to an item)
What changes did you make? (Give an overview)
Is there anything you'd like reviewers to focus on?
After some testing i recommand to switch the default webserver to nginx becouse of the performance and flexibility.