Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4832

Haproxy.cfg for specific Docker API Version

$
0
0

Hi,

We are using a new Docker API version and are experiencing issues with settings in haproxy.cfg. It contains specific segments /v1.24/ for an older Docker API version.

What is the recommended way of configuring rules like:

http-request allow if { path /v1.24/version }

Should the be adapted for the current Docker API version or better be made version agnostic using a pattern like

http-request allow if { path_reg ^/v[0-9.]+/version$ }

Thanks!

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4832

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>