How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "clubdeuce/devbox"
  config.vm.box_version = "0.5.1"
end
vagrant init clubdeuce/devbox \
  --box-version 0.5.1
vagrant up

This version was created over 1 year ago.

Fix Nginx configuration settings that interfered with WordPress hosting.

  • Turn off fastcgi_buffering
  • Increase Nginx client_max_body_size
  • Turn on gzip compression
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (519 MB)