comparison modules/website/manifests/init.pp @ 353:e046606cf218

Fix access control rules Also makes use of newer "mod_allowedmethods" rather than LimitExcept
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Oct 2020 11:58:27 +0100
parents 49e66019faf7
children aad5c00b0525
comparison
equal deleted inserted replaced
352:03a9bab1a56a 353:e046606cf218
48 'expires':; 48 'expires':;
49 'env':; 49 'env':;
50 'setenvif':; 50 'setenvif':;
51 'headers':; 51 'headers':;
52 'version':; 52 'version':;
53 'allowmethods':;
53 } 54 }
54 55
55 # Updating the httpd package puts back some configs that we 56 # Updating the httpd package puts back some configs that we
56 # don't load the relevant modules for, so we'll try to make 57 # don't load the relevant modules for, so we'll try to make
57 # them blank so that RPM/Yum makes ".rpmnew" files instead 58 # them blank so that RPM/Yum makes ".rpmnew" files instead