diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index 035d76ccbf..e7a4f7a253 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -72,12 +72,6 @@ tcp_ports: [ 6443, # This is for RabbitMQ internal-public access 15671, - # This is for the haproxy HTML stats page - # TODO -- there's no need for this to be wide open to the world. With this - # in place, you can visit https://apps.fedoraproject.org:8080 and get the - # haproxy stats page. We should close this and just have admins go through - # the apache reverseproxy at https://admin.fedoraproject.org/haproxy/proxy1 - 8080, # This is for TOTP 8443, # For fedmsg websocket server over stunnel diff --git a/inventory/group_vars/proxies_stg b/inventory/group_vars/proxies_stg index b34ab8e359..929afb9d1a 100644 --- a/inventory/group_vars/proxies_stg +++ b/inventory/group_vars/proxies_stg @@ -61,12 +61,6 @@ tcp_ports: [ 6443, # This is for RabbitMQ internal-public access 15671, - # This is for the haproxy HTML stats page - # TODO -- there's no need for this to be wide open to the world. With this - # in place, you can visit https://apps.fedoraproject.org:8080 and get the - # haproxy stats page. We should close this and just have admins go through - # the apache reverseproxy at https://admin.fedoraproject.org/haproxy/proxy1 - 8080, # This is for TOTP 8443, # For fedmsg websocket server over stunnel