WPCloudDeploy Documentation

Default Configuration Reference

Here is the default configuration with the out-of-the-box scripts:

AWS General

  • Server Size: m5.large
  • DB Server Size: db.t3.small
  • Server Availability Zones: 2
  • EFS Zones: 1
  • EFS mount point: efs
  • Keypairs: 1
  • Security Groups: 1
  • Load Balancer:
  • AWS WAF: None
  • CloudFormation Stacks: 1

PHP Configuration

Default PHP.INI Except for the following changes:

  • memory_limit: 512M
  • max_input_vars: 5000
  • max_execution_time: 300
  • post_max_size: 64
  • upload_max_filesizse: 64

WP Configuration

  • table_prefix: wp
  • debug flags: false
  • WP_AUTO_UPDATE_CORE: minor
  • WP_MEMORY_LIMIT: 512M
  • WP_MAX_MEMORY_LIMIT: 512M
  • CONCATENATE_SCRIPTS: false
  • DISALLOW_FILE_EDIT: true

 

Share: