Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* test module for Craft CMS 3.x
*
* test
*
* @link https://thomaswilson.me
* @copyright Copyright (c) 2019 thomas wilson
*/
@T0MM0R
T0MM0R / haproxy.cfg
Last active November 21, 2023 09:50 — forked from thisismitch/haproxy.cfg
Let's Encrypt Auto-Renewal script for HAProxy
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
maxconn 2048