diff --git a/manifests/init.pp b/manifests/init.pp index e53ee180a5979aa05df310a3a0627931eb0a3faf..ca46ad7fb8ece73c2681326ae1faaf085c4bdbed 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ class bright ( ssl_ciphers => 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384', } - nginx::resource::location { '/test': + nginx::resource::location { '/app/': ensure => present, ssl => true, ssl_only => true,