diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/sucuk.pp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index 8a783cab..fcdb4ce3 100644 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -127,11 +127,9 @@ node sucuk { use_ssl => true, } - # connect to ssl so the proxy do not shoke if trying to - # enforce ssl ( note that this has not been tested, maybe this - # is uneeded ) + # forums is running in a VM on the machine so https: isn't necessary apache::vhost::reverse_proxy { "ssl_forums.${::domain}": - url => "https://forums.${::domain}/", + url => "http://forums.${::domain}/", vhost => "forums.${::domain}", use_ssl => true, content => ' |