How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mindpointgroup/centos8_apache_base"
end
vagrant init mindpointgroup/centos8_apache_base
vagrant up
This version was created about 4 years ago.
Created backups of some of the config files. This way you can fix configs back to default if you break them
This version was created about 4 years ago.
Initial version