forked from linuxeye/lnmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.conf
61 lines (40 loc) · 1.48 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
lnmp_dir=
# 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
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, which default directory to store ftp.
# (User_manager_for-PureFTPd Proposal to modify the name for security)
home_dir=/home/wwwroot
# nginx Generate a log storage directory, you can freely specify.
wwwlogs_dir=/home/wwwlogs
#########################################################################
# automatically generated, You can't change
web_install_dir=
db_install_dir=
db_data_dir=
dbrootpwd=
ftpmanagerpwd=
conn_ftpusers_dbpwd=
#########################################################################
# Backup Dest directory, change this if you have someother location
backup_dir=/home/backup
# How many days before the backup directory will be removed
expired_days=5
db_name=
website_name=
local_bankup_yn=y
remote_bankup_yn=n