How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "twistedbytes/webserver"
  config.vm.box_version = "0.4.0"
end
vagrant init twistedbytes/webserver \
  --box-version 0.4.0
vagrant up

This version was created almost 6 years ago.

Update of all servers +

  • add certificate for tbdev.xyz domain. See below for details.
  • add php73 beta
  • with https add option to redirect http to https from config
  • check for DOS files in the shared config dir. Those made errors for some users. We convert them now before using.
  • php 70 is now the default version.
  • gave defaultsite user a password so you can login with ssh with that user. Password is "defaultsite"

Certificate It's a Lets Encrypt we update and package so it can be used to download into the vagrant box. It can be automatically updated from the box. We did this so you can test locally with https with a valid certificate. Downloading the certificate is a "call home" so it's disabled by default.

There are no providers for this version.