diff --git a/manifests/init.pp b/manifests/init.pp index 2e88a9f699f0b12903c6245bf84a51acedb2e1f0..48d2d1d82bc67e1914aa66b82cc4c010aaccf999 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -59,6 +59,15 @@ class bright ( server => "${fact('networking.fqdn')} HTTPS", proxy => 'http://localhost:8100/', } + + nginx::resource::location { '/app2/': + ensure => present, + ssl => true, + ssl_only => true, + server => "${fact('networking.fqdn')} HTTPS", + proxy => 'http://localhost:8200/', + } + } firewalld_service {