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

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

add locations nginx

See merge request !7
parents 99488780 7358f8a1
Branches
No related tags found
1 merge request!7add locations nginx
Pipeline #159891 passed
......@@ -84,6 +84,21 @@ class bright (
proxy => 'http://localhost:8400/'
}
nginx::resource::location { '/airgic/':
ensure => present,
ssl => true,
ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8320/'
}
nginx::resource::location { '/heatgic/':
ensure => present,
ssl => true,
ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8420/'
}
}
firewalld_service {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment