Skip to content
Snippets Groups Projects

Carna56 production patch 32677

Merged Carlo Navarra requested to merge carna56-production-patch-32677 into production
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -59,6 +59,14 @@ class bright (
@@ -59,6 +59,14 @@ 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 {
Loading