summarylogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGaetan Bisson2020-04-19 08:59:49 -1000
committerGaetan Bisson2020-04-19 08:59:49 -1000
commit0fb29565c6c4795172d1422f1709fa1ef42b1400 (patch)
treea178d3af895c7000fed4db2534ebad3e14a93e00 /conf
downloadaur-caddy1-git.tar.gz
initial commit
Diffstat (limited to 'conf')
-rw-r--r--conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf b/conf
new file mode 100644
index 000000000000..6249d834cd8a
--- /dev/null
+++ b/conf
@@ -0,0 +1,4 @@
+*:80 {
+ gzip
+ root /srv/http
+}