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

Update file init.pp

parent 827c6fba
No related branches found
No related tags found
1 merge request!7add locations nginx
Pipeline #159808 failed
...@@ -84,7 +84,7 @@ class bright ( ...@@ -84,7 +84,7 @@ class bright (
proxy => 'http://localhost:8400/' proxy => 'http://localhost:8400/'
} }
nginx::resource::location { '/air-gic/': nginx::resource::location { '/airgic/':
ensure => present, ensure => present,
ssl => true, ssl => true,
ssl_only => true, ssl_only => true,
...@@ -92,7 +92,7 @@ class bright ( ...@@ -92,7 +92,7 @@ class bright (
proxy => 'http://localhost:8320/' proxy => 'http://localhost:8320/'
} }
nginx::resource::location { '/heat-gic/': nginx::resource::location { '/heatgic/':
ensure => present, ensure => present,
ssl => true, ssl => true,
ssl_only => true, ssl_only => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment