Created
December 22, 2015 10:28
-
-
Save x-cray/1666f2bc48a977d0171b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global | |
log /dev/log local0 | |
log /dev/log local1 notice | |
chroot /var/lib/haproxy | |
user haproxy | |
group haproxy | |
daemon | |
maxconn {% raw %}{{key "service/haproxy/maxconn"}}{% endraw %} | |
# Default SSL material locations | |
ca-base /etc/ssl/certs | |
crt-base /etc/ssl/private | |
ssl-default-bind-options no-sslv3 no-tls-tickets | |
ssl-default-bind-ciphers EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH | |
tune.ssl.default-dh-param 2048 | |
{% include 'mesos/files/haproxy-defaults.ctmpl.jinja' %} | |
{% include 'mesos/files/haproxy-internal-frontend.ctmpl.jinja' %} | |
{% include 'mesos/files/haproxy-external-frontend.ctmpl.jinja' %} | |
{% include 'mesos/files/haproxy-wellknown-services.ctmpl.jinja' %} | |
{% include 'mesos/files/haproxy-backends.ctmpl.jinja' %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment