From 59a318b50bea25a0f695aac19dfa2c5ef348a26b Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 Apr 2022 20:31:54 +0000 Subject: good progress, will finish tomorrow --- etc/rc.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.conf b/etc/rc.conf index 8c8846a..08ab091 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -8,7 +8,11 @@ ipv6_activate_all_interfaces="YES" rtsold_enable="YES" rtsold_flags="-aF" nginx_enable="YES" -uwsgi_enable="YES" +fcgiwrap_enable="YES" +fcgiwrap_user="www" +fcgiwrap_group="www" +fcgiwrap_socket_owner="www" +fcgiwrap_socket_group="www" cron_flags="-m ''" gmid_enable="YES" pf_enable="NO" -- cgit v1.2.3