options.conf 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. openresty_install_dir=/usr/local/openresty
  9. apache_install_dir=/usr/local/apache
  10. tomcat_install_dir=/usr/local/tomcat
  11. mysql_install_dir=/usr/local/mysql
  12. mariadb_install_dir=/usr/local/mariadb
  13. percona_install_dir=/usr/local/percona
  14. php_install_dir=/usr/local/php
  15. pureftpd_install_dir=/usr/local/pureftpd
  16. memcached_install_dir=/usr/local/memcached
  17. redis_install_dir=/usr/local/redis
  18. #########################################################################
  19. # database data storage directory, you can freely specify
  20. mysql_data_dir=/data/mysql
  21. mariadb_data_dir=/data/mariadb
  22. percona_data_dir=/data/percona
  23. # web directory, you can customize
  24. wwwroot_dir=/data/wwwroot
  25. # nginx Generate a log storage directory, you can freely specify.
  26. wwwlogs_dir=/data/wwwlogs
  27. #########################################################################
  28. # automatically generated, You can't change
  29. dbrootpwd=
  30. #########################################################################
  31. # Backup Dest directory, change this if you have someother location
  32. backup_dir=/data/backup
  33. # How many days before the backup directory will be removed
  34. expired_days=5
  35. # local ; remote ; local,remote
  36. backup_destination=
  37. # db ; web, You can't change
  38. backup_content=
  39. # aliyun OSS Bucket, You can't change
  40. oss_bucket=
  41. # The backup of the database, You can't change
  42. db_name=
  43. # The backup of the website, You can't change
  44. website_name=