Skip to content

Commit

Permalink
Updated: Master configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Aug 6, 2018
1 parent 4041153 commit 60b8479
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions configs/debian/imscp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ LOGROTATE_CONF_DIR = /etc/logrotate.d

## Anti Rootkits packages

# Possible value are Chkrootkit and/or Rkhunter or No, each value comma separated
# Possible values: 'none' for no packages, or a list of packages, each comma
# separated.
# Available packages: Chkrootkit, Rkhunter
ANTI_ROOTKITS_PACKAGES =
RKHUNTER_LOG = /var/log/rkhunter.log
CHKROOTKIT_LOG = /var/log/chkrootkit.log
Expand All @@ -97,7 +99,9 @@ OTHER_ROOTKIT_LOG =

## Webstats data

# Possible value: Awstats or No
# Possible values: 'none' for no packages, or a list of packages, each comma
# separated.
# Available packages: Awstats
WEBSTATS_PACKAGES =

## Awstats package specific variables
Expand All @@ -109,7 +113,7 @@ AWSTATS_WEB_DIR = /usr/share/awstats

## FileManager data

# Possible value: Pydio (only if PHP <7.0), MonstaFTP
# Possible values: MonstaFTP, Pydio (only if PHP for the control panel is < 7.0)
FILEMANAGER_PACKAGE =

# Backup
Expand Down Expand Up @@ -180,23 +184,34 @@ CACHE_DATA_DIR = /var/cache/imscp
CMD_SYSCTL = /sbin/sysctl
SYSCTL_CONF_DIR = /etc/sysctl.d

# Configuration variable for alternatives
# Those are set at runtime by the installer
## Configuration variables for alternatives

ANTISPAM =
ANTISPAM_PACKAGE =

ANTIVIRUS =
ANTIVIRUS_PACKAGE =

FTPD_SERVER =
FTPD_PACKAGE =

HTTPD_SERVER =
HTTPD_PACKAGE =

MTA_SERVER =
MTA_PACKAGE =

NAMED_SERVER =
PANEL_PHP_VERSION =
NAMED_PACKAGE =

PANEL_PHP_VERSION =
PANEL_HTTPD_SERVER =

PHP_SERVER =
PO_SERVER =
SQLD_SERVER =
ANTISPAM_PACKAGE =
FTPD_PACKAGE =
HTTPD_PACKAGE =
MTA_PACKAGE =
NAMED_PACKAGE =
PHP_PACKAGE =

PO_SERVER =
PO_PACKAGE =

SQLD_SERVER =
SQLD_PACKAGE =

0 comments on commit 60b8479

Please sign in to comment.