diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-28 20:31:54 +0000 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-28 20:31:54 +0000 |
commit | 59a318b50bea25a0f695aac19dfa2c5ef348a26b (patch) | |
tree | fc76cb92d1d73a9b09e6ef2ac6fe06fda8575955 /etc | |
parent | nginx update (diff) | |
download | joe-conf-59a318b50bea25a0f695aac19dfa2c5ef348a26b.tar.gz joe-conf-59a318b50bea25a0f695aac19dfa2c5ef348a26b.tar.bz2 joe-conf-59a318b50bea25a0f695aac19dfa2c5ef348a26b.tar.xz joe-conf-59a318b50bea25a0f695aac19dfa2c5ef348a26b.tar.zst joe-conf-59a318b50bea25a0f695aac19dfa2c5ef348a26b.zip |
good progress, will finish tomorrow
Diffstat (limited to 'etc')
-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" |