Mercurial > repos > other > Puppet
changeset 59:851f7fa888eb
Add more complex fragment for Forums to stop hotlinking
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 06 Sep 2015 09:50:39 +0000 |
parents | bddd6c3a3e8c |
children | 1e2f8966d0a6 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Thu Sep 03 08:25:02 2015 +0000 +++ b/manifests/templates.pp Sun Sep 06 09:50:39 2015 +0000 @@ -323,7 +323,7 @@ custom_fragment => template("private/apache/hwt.fragment"), } website::https::multitld { 'forums.hiveworldterra': - custom_fragment => 'ErrorDocument 404 /error.php' + custom_fragment => template("private/apache/forums.fragment"), } website::https::multitld { 'skins.hiveworldterra': custom_fragment => template("private/apache/skins.fragment"),