diff options
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 5 insertions, 1 deletions
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" |