1
0

options.conf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # operating environment for the current working directory
  2. oneinstack_dir=
  3. # Nginx Apache and PHP-FPM process is run as $run_user(Default "www"), you can freely specify
  4. run_user=www
  5. # set the default install path, you can freely specify
  6. nginx_install_dir=/usr/local/nginx
  7. tengine_install_dir=/usr/local/tengine
  8. apache_install_dir=/usr/local/apache
  9. tomcat_install_dir=/usr/local/tomcat
  10. mysql_install_dir=/usr/local/mysql
  11. mariadb_install_dir=/usr/local/mariadb
  12. percona_install_dir=/usr/local/percona
  13. php_install_dir=/usr/local/php
  14. pureftpd_install_dir=/usr/local/pureftpd
  15. memcached_install_dir=/usr/local/memcached
  16. redis_install_dir=/usr/local/redis
  17. #########################################################################
  18. # database data storage directory, you can freely specify
  19. mysql_data_dir=/data/mysql
  20. mariadb_data_dir=/data/mariadb
  21. percona_data_dir=/data/percona
  22. # web directory, you can customize
  23. wwwroot_dir=/home/wwwroot
  24. # nginx Generate a log storage directory, you can freely specify.
  25. wwwlogs_dir=/home/wwwlogs
  26. #########################################################################
  27. # automatically generated, You can't change
  28. dbrootpwd=
  29. #########################################################################
  30. # Backup Dest directory, change this if you have someother location
  31. backup_dir=/home/backup
  32. # How many days before the backup directory will be removed
  33. expired_days=5
  34. # local ; remote ; local,remote
  35. backup_destination=
  36. # db ; web, You can't change
  37. backup_content=
  38. # aliyun OSS Bucket, You can't change
  39. oss_bucket=
  40. # The backup of the database, You can't change
  41. db_name=
  42. # The backup of the website, You can't change
  43. website_name=