mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-01-23 03:03:03 -08:00
25 lines
480 B
Plaintext
25 lines
480 B
Plaintext
WEB_SYSTEM='apache'
|
|
WEB_SSL='mod_ssl'
|
|
WEB_PORT='8080'
|
|
WEB_SSL_PORT='8443'
|
|
PROXY_SYSTEM='nginx'
|
|
PROXY_PORT='80'
|
|
PROXY_SSL_PORT='443'
|
|
FTP_SYSTEM='vsftpd'
|
|
MAIL_SYSTEM=''
|
|
DB_SYSTEM='mysql'
|
|
DB_BALANCE='first'
|
|
DNS_SYSTEM='bind'
|
|
STATS_SYSTEM='webalizer'
|
|
PHP_SYSTEM='module,cgi'
|
|
BACKUP_SYSTEM='yes'
|
|
CRON_SYSTEM='crond'
|
|
DISK_QUOTA='off'
|
|
ADMIN_EMAIL='root@localhost'
|
|
LOG_SYSTEM='on'
|
|
LOG_LEVEL='system,debug,auth'
|
|
LOG_HISTORY='on'
|
|
LOG_HISTORY_LENGTH='50'
|
|
RESTART_PERIOD='15'
|
|
VERSION='0.9.4'
|