Commit b081fa13 authored by Michael Shigorin's avatar Michael Shigorin

server: disable php7-fpm by default

This one is for nginx basically, and requires a bit more setup anyways; let it be disabled out-of-box to spare some memory. Suggested-by: Altexander See-also: https://forum.altlinux.org/index.php?topic=40290.0#msg321161
parent eed85921
......@@ -47,6 +47,7 @@ use/server/groups/services: use/server
@$(call add,MAIN_GROUPS,server/php5 server/php7)
@$(call add,MAIN_GROUPS,server/ftp server/rsync)
@$(call add,MAIN_GROUPS,server/kvm)
@$(call add,DEFAULT_SERVICES_DISABLE,php7-fpm)
use/server/groups/base: use/server/groups/tools use/server/groups/services; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment