summarylogtreecommitdiffstats
path: root/plugins.patch
diff options
context:
space:
mode:
authorIru Cai2017-12-22 14:08:50 +0800
committerIru Cai2017-12-22 14:08:50 +0800
commit0a95e0a331eb57bb3a01fdeec328664969c137a7 (patch)
treefa52d94ee7cd100f600797d9ad801452d86c7f42 /plugins.patch
downloadaur-0a95e0a331eb57bb3a01fdeec328664969c137a7.tar.gz
first commit
Diffstat (limited to 'plugins.patch')
-rw-r--r--plugins.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins.patch b/plugins.patch
new file mode 100644
index 000000000000..e352c6ede18e
--- /dev/null
+++ b/plugins.patch
@@ -0,0 +1,10 @@
+--- caddy/caddymain/run.go 2017-07-31 20:51:58.634825901 +0800
++++ caddy/caddymain/run.go 2017-07-31 20:26:02.553255919 +0800
+@@ -21,6 +21,7 @@
+
+ "github.com/mholt/caddy/caddytls"
+ // This is where other plugins get plugged in (imported)
++ _ "github.com/jung-kurt/caddy-cgi"
+ )
+
+ func init() {