Skip to content
Snippets Groups Projects
Commit e865c170 authored by Carlo Navarra's avatar Carlo Navarra
Browse files

Update manifests/init.pp

parent 89758641
No related branches found
No related tags found
2 merge requests!4Carna56 production patch 32677,!3Update manifests/init.pp
Pipeline #87823 failed
...@@ -59,6 +59,15 @@ class bright ( ...@@ -59,6 +59,15 @@ class bright (
server => "${fact('networking.fqdn')} HTTPS", server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8100/', 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 { firewalld_service {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment