Skip to content

Commit

Permalink
Remove foxtrot and zulu form reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Dec 13, 2021
1 parent 2faf02d commit 81ef86a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions site-modules/profile/manifests/app/nginx/gateway.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
www_root => '/var/www/html/letsencrypt/',
server => [
$trusted['hostname'],
foxtrot,
# foxtrot,
tango,
zulu,
# zulu,
],
location_custom_cfg_append => { 'default_type' => 'text/plain;' },
}
Expand All @@ -55,14 +55,14 @@
include_files => [ '/etc/nginx/snippets/options-ssl-nginx.conf*' ],
}

nginx::resource::server { 'zulu':
server_name => [ "zulu.${trusted['domain']}" ],
proxy => "http://zulu.${trusted['domain']}:80",
}
nginx::resource::server { 'foxtrot':
server_name => [ "foxtrot.${trusted['domain']}" ],
proxy => "http://foxtrot.${trusted['domain']}:80",
}
# nginx::resource::server { 'zulu':
# server_name => [ "zulu.${trusted['domain']}" ],
# proxy => "http://zulu.${trusted['domain']}:80",
# }
# nginx::resource::server { 'foxtrot':
# server_name => [ "foxtrot.${trusted['domain']}" ],
# proxy => "http://foxtrot.${trusted['domain']}:80",
# }
# nginx::resource::server { 'echo':
# server_name => [ "echo.${trusted['domain']}" ],
# proxy => "http://echo.${trusted['domain']}:80",
Expand Down

0 comments on commit 81ef86a

Please sign in to comment.