/haproxy

My haproxy setup for https://georgejose.com

Primary LanguageShell

http://georgejose.com

build status

My HAProxy configuration for HTTPS.

How to use

Using Docker (Recommended)

  • Install docker
  • Clone repo
  • Place your SSL certificate at haproxy/private/
  • Run docker build -t haproxy . && docker run -d --net=host -t haproxy to build and run Docker container