forked from linuxeye/lnmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.conf
61 lines (43 loc) · 1.64 KB
/
options.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# operating environment for the current working directory
oneinstack_dir=
# Nginx Apache and PHP-FPM process is run as $run_user(Default "www"), you can freely specify
run_user=www
# set the default install path, you can freely specify
nginx_install_dir=/usr/local/nginx
tengine_install_dir=/usr/local/tengine
apache_install_dir=/usr/local/apache
tomcat_install_dir=/usr/local/tomcat
mysql_install_dir=/usr/local/mysql
mariadb_install_dir=/usr/local/mariadb
percona_install_dir=/usr/local/percona
php_install_dir=/usr/local/php
pureftpd_install_dir=/usr/local/pureftpd
memcached_install_dir=/usr/local/memcached
redis_install_dir=/usr/local/redis
#########################################################################
# database data storage directory, you can freely specify
mysql_data_dir=/data/mysql
mariadb_data_dir=/data/mariadb
percona_data_dir=/data/percona
# web directory, you can customize
wwwroot_dir=/data/wwwroot
# nginx Generate a log storage directory, you can freely specify.
wwwlogs_dir=/data/wwwlogs
#########################################################################
# automatically generated, You can't change
dbrootpwd=
#########################################################################
# Backup Dest directory, change this if you have someother location
backup_dir=/data/backup
# How many days before the backup directory will be removed
expired_days=5
# local ; remote ; local,remote
backup_destination=
# db ; web, You can't change
backup_content=
# aliyun OSS Bucket, You can't change
oss_bucket=
# The backup of the database, You can't change
db_name=
# The backup of the website, You can't change
website_name=