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

added proxy to localhost:8200

parent 19508577
No related branches found
No related tags found
Loading
Pipeline #94719 passed
......@@ -36,7 +36,7 @@ class ai4ca (
ssl_ciphers => 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384',
}
nginx::resource::location { '/va':
nginx::resource::location { '/va/':
ensure => present,
ssl => true,
ssl_only => true,
......@@ -44,6 +44,14 @@ class ai4ca (
proxy => 'http://localhost:8100/',
}
nginx::resource::location { '/app/':
ensure => present,
ssl => true,
ssl_only => true,
server => "${fact('networking.fqdn')} HTTPS",
proxy => 'http://localhost:8200/',
}
firewalld_service {
'nginx http LiU':
zone => 'liu',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment