amazeeio / docker-haproxy

Check the updated version at https://github.com/pygmystack/haproxy
https://github.com/pygmystack/haproxy
8 stars 10 forks source link

Add /stats to https configuration #5

Closed fubarhouse closed 1 year ago

fubarhouse commented 5 years ago

The stats page isn't present when haproxy isn't set up for https.

Though the container can be run to expose 80 or 443, the stats page will only be present when accessing via port 80 - assuming it is configured. If somebody is running exclusively on port 443 the stats page becomes unavailable - so the port would need to be reassigned independent of trying to access the stats page.

This PR simply copies the configuration of http for the /stats page for https.

tobybellwood commented 1 year ago

handling in pygmystack/haproxy