Base PHP containers with added security.
Currently we support 5.6, 7.0, and 7.1 versions.
These containers have a few extra configuration options for added security.
By default the following config is in place:
ServerTokens Prod
ServerSignature Off
FileETag None
Header set X-XSS-Protection "1; mode=block"