You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
H5BP, best known for the HTML5 Boilerplate, have published some recommended server configs over at h5bp/server-configs-apache. For these some additional Apache modules need to be turned on. The ones disabled from Scotch Box are:
H5BP, best known for the HTML5 Boilerplate, have published some recommended server configs over at h5bp/server-configs-apache. For these some additional Apache modules need to be turned on. The ones disabled from Scotch Box are:
mod_expires.c
(expires_module)mod_headers.c
(headers_module)mod_include.c
(include_module)Could these be enabled by default?
For people who want to use this before a possible future Scotch Box update:
vagrant ssh
.sudo a2enmod setenvif headers deflate filter expires rewrite include
to enable all the default modules. (Command from h5bp.)sudo service apache2 restart
.The text was updated successfully, but these errors were encountered: