Skip to content

Instantly share code, notes, and snippets.

@zaidakram
zaidakram / Caddy V1 - Caddycommon
Last active April 12, 2022 13:24
[Caddy V1] Need to port this from V1 to V2 without breaking anything.
gzip
tls support@app.com
errors /var/log/caddy/error.log {
rotate_size 10
rotate_keep 10
rotate_compress
}
log / /var/log/caddy/access.log "{combined} {hostonly} {latency_ms}" {
# checkout: http://github.com/igrigorik/async-rails/
From bb2a78858cffa7c6937642986e9aca1a4f862c0d Mon Sep 17 00:00:00 2001
From: Ilya Grigorik <ilya@igvita.com>
Date: Thu, 10 Jun 2010 00:46:48 -0400
Subject: [PATCH] async rails3
---
Gemfile | 6 ++++++
app/controllers/widgets_controller.rb | 6 ++++++