initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

32
freenginx/freenginx.confd Normal file
View File

@@ -0,0 +1,32 @@
# /etc/conf.d/freenginx
# Configuration file
#FREENGINX_CONFIGFILE="/etc/freenginx/freenginx.conf"
# PID file
# If you should ever change this, remember to update
# "/etc/logrotate.d/freenginx", too.
#FREENGINX_PIDFILE="/run/freenginx.pid"
# User to run freenginx as
# If you should ever change this, make sure this user has
# execution permission on any of your log directories
# (/var/log/freenginx per default) but do NOT forget other log directories
# one of your vhost(s) maybe using or logging after logrotation will
# be broken).
#FREENGINX_USER="freenginx"
# Group to run freenginx as
# See the note above regarding FREENGINX_USER.
#FREENGINX_GROUP="freenginx"
# You can use this configuration option to pass additional options to the
# start-stop-daemon, see start-stop-daemon(8) for more details.
# Per default we wait 1000ms after we have started the service to ensure
# that the daemon is really up and running.
#FREENGINX_SSDARGS="--wait 1000"
# The termination timeout (start-stop-daemon parameter "retry") ensures
# that the service will be terminated within a given time (60 + 5 seconds
# per default) when you are stopping the service.
#FREENGINX_TERMTIMEOUT="TERM/60/KILL/5"