Create options.conf
This commit is contained in:
110
conf/options.conf
Normal file
110
conf/options.conf
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
#PHP Settings
|
||||||
|
php1_release=8.1
|
||||||
|
php1_mode=php-fpm
|
||||||
|
php2_release=7.4
|
||||||
|
php2_mode=php-fpm
|
||||||
|
php3_release=8.2
|
||||||
|
php3_mode=php-fpm
|
||||||
|
php4_release=8.4
|
||||||
|
php4_mode=php-fpm
|
||||||
|
secure_php=yes
|
||||||
|
php_ini=yes
|
||||||
|
php_timezone=Asia/Ho_Chi_Minh
|
||||||
|
php_ini_type=production
|
||||||
|
x_mail_header=yes
|
||||||
|
|
||||||
|
#MySQL Settings
|
||||||
|
mysql=8.0
|
||||||
|
mariadb=10.6
|
||||||
|
mysql_inst=mariadb
|
||||||
|
mysql_backup=yes
|
||||||
|
mysql_backup_gzip=yes
|
||||||
|
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
|
||||||
|
mysql_force_compile=no
|
||||||
|
|
||||||
|
#WEB Server Settings
|
||||||
|
unit=no
|
||||||
|
webserver=nginx
|
||||||
|
http_methods=ALL
|
||||||
|
litespeed_serialno=trial
|
||||||
|
modsecurity=yes
|
||||||
|
modsecurity_ruleset=comodo
|
||||||
|
apache_ver=2.4
|
||||||
|
apache_mpm=auto
|
||||||
|
mod_ruid2=no
|
||||||
|
userdir_access=yes
|
||||||
|
harden_symlinks_patch=yes
|
||||||
|
use_hostname_for_alias=yes
|
||||||
|
redirect_host=s172d15.wpcloud.vn
|
||||||
|
redirect_host_https=yes
|
||||||
|
|
||||||
|
#WEB Applications Settings
|
||||||
|
phpmyadmin=yes
|
||||||
|
phpmyadmin_public=yes
|
||||||
|
phpmyadmin_ver=5
|
||||||
|
squirrelmail=no
|
||||||
|
roundcube=no
|
||||||
|
webapps_inbox_prefix=no
|
||||||
|
|
||||||
|
#ClamAV-related Settings
|
||||||
|
clamav=no
|
||||||
|
clamav_exim=no
|
||||||
|
modsecurity_uploadscan=no
|
||||||
|
proftpd_uploadscan=no
|
||||||
|
pureftpd_uploadscan=no
|
||||||
|
suhosin_php_uploadscan=no
|
||||||
|
|
||||||
|
#Mail Settings
|
||||||
|
exim=no
|
||||||
|
eximconf=no
|
||||||
|
eximconf_release=4.5
|
||||||
|
blockcracking=no
|
||||||
|
easy_spam_fighter=no
|
||||||
|
spamd=no
|
||||||
|
sa_update=no
|
||||||
|
dovecot=no
|
||||||
|
dovecot_conf=no
|
||||||
|
mail_compress=no
|
||||||
|
pigeonhole=no
|
||||||
|
|
||||||
|
#FTP Settings
|
||||||
|
ftpd=proftpd
|
||||||
|
|
||||||
|
#Statistics Settings
|
||||||
|
awstats=no
|
||||||
|
webalizer=yes
|
||||||
|
|
||||||
|
#PHP Extension Settings
|
||||||
|
#CustomBuild Settings
|
||||||
|
custombuild=2.0
|
||||||
|
custombuild_plugin=yes
|
||||||
|
autover=no
|
||||||
|
bold=yes
|
||||||
|
clean=yes
|
||||||
|
cleanapache=yes
|
||||||
|
clean_old_tarballs=yes
|
||||||
|
clean_old_webapps=yes
|
||||||
|
downloadserver=da-mirror.wpcloud.vn
|
||||||
|
unofficial_mirrors=yes
|
||||||
|
|
||||||
|
#Cronjob Settings
|
||||||
|
cron=yes
|
||||||
|
cron_frequency=daily
|
||||||
|
email=email@domain.com
|
||||||
|
notifications=no
|
||||||
|
updates=no
|
||||||
|
webapps_updates=no
|
||||||
|
|
||||||
|
#CloudLinux Settings
|
||||||
|
cloudlinux=no
|
||||||
|
cloudlinux_beta=no
|
||||||
|
cagefs=no
|
||||||
|
|
||||||
|
#Advanced Settings
|
||||||
|
csf=yes
|
||||||
|
curl=yes
|
||||||
|
ssl_configuration=intermediate
|
||||||
|
|
||||||
|
#PHP extensions can be found in php_extensions.conf
|
||||||
|
redis=yes
|
||||||
|
da_autoupdate=no
|
||||||
Reference in New Issue
Block a user