Tags: powerhome/haproxy-ingress
Tags
Merge pull request jcmoraisjr#248 from jcmoraisjr/jm-modsec-config Add ModSecurity agent global config options
Merge pull request jcmoraisjr#251 from vlaza/release-0.6 added "httponly" for cookie affinity
Merge pull request jcmoraisjr#228 from jcmoraisjr/jm-ssl-pass-http-port Add http-port on ssl-passthrough
Fix SSL redirect if no TLS config is used Template trust only in the SSLRedirect attribute to configure the redirect itself and the URL rewrite. So turn SSLRedirect off despite of its original configuration if the server doesn’t have a certificate.
Override stop signal from upstream image The upstream image is used to start HAProxy itself as pid1. Its stop signal was changed to SIGUSR1 which does a soft reload. Our pid1 is the controller which only listen SIGTERM (docker stop) and SIGINT (^C). Changing the stop signal in the container image as a way to document what the controller process is expecting.
Fix redirect of non TLS hosts # Conflicts: # rootfs/etc/haproxy/template/haproxy.tmpl
Merge pull request jcmoraisjr#222 from jcmoraisjr/jm-backend-crt Add client cert auth for backend
PreviousNext