diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/alamut.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 97788717..913cea15 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -54,6 +54,10 @@ node alamut { url => "https://forums.$domain/", vhost => "forums.$domain", use_ssl => true, + content => ' + RewriteCond %{QUERY_STRING} mode=register + RewriteRule ^ucp.php - [forbidden] + ', } include tld_redirections |