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

Merge branch 'carna56-production-patch-32677' into 'production'

Carna56 production patch 32677

See merge request !4
parents 89758641 e6a691f1
No related branches found
No related tags found
1 merge request!4Carna56 production patch 32677
Pipeline #98418 failed
......@@ -59,6 +59,14 @@ 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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment