From 3c85ad820e5b94162418abf1540a241fe4afde25 Mon Sep 17 00:00:00 2001 From: Carlo Navarra <carlo.navarra@liu.se> Date: Thu, 29 Sep 2022 19:34:17 +0000 Subject: [PATCH] Update manifests/init.pp --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index e53ee18..ca46ad7 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, -- GitLab