openstack-helm-images/nagios/apache2/ports.conf
Steve Wilkerson dbf42a2301 Add Nagios image to openstack-helm-images
This adds the Prometheus-aware Nagios core 4 image built for
openstack-helm-infra to the openstack-helm-images repository

Change-Id: Icd7bcdee59f1dc719d0dc5e7517294ac922f680e
Signed-off-by: Steve Wilkerson <sw5822@att.com>
2019-06-25 02:47:43 +00:00

10 lines
186 B
Plaintext

Listen APACHE_FRONTEND_PORT
<IfModule ssl_module>
Listen APACHE_FRONTEND_SECURE_PORT
</IfModule>
<IfModule mod_gnutls.c>
Listen APACHE_FRONTEND_SECURE_PORT
</IfModule>