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

add locations nginx

parent 99488780
No related branches found
No related tags found
1 merge request!7add locations nginx
Pipeline #159806 failed
...@@ -84,6 +84,22 @@ class bright ( ...@@ -84,6 +84,22 @@ class bright (
proxy => 'http://localhost:8400/' proxy => 'http://localhost:8400/'
} }
nginx::resource::location { '/air-gic/':
ensure => present,
ssl => true,
ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8320/'
}
nginx::resource::location { '/heat-gic/':
ensure => present,
ssl => true,
ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8420/'
}
} }
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