From 45a1c892088f82d06bfcf7eb45d28fc342ea7f8c Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 7 Feb 2017 10:45:27 +0100
Subject: [PATCH] [web] Removed Caddyfile as it does not work with Caddy but
 with Hugo itself.

---
 web/Caddyfile | 2 --
 web/README.md | 4 ----
 2 files changed, 6 deletions(-)
 delete mode 100644 web/Caddyfile

diff --git a/web/Caddyfile b/web/Caddyfile
deleted file mode 100644
index ae411743a99..00000000000
--- a/web/Caddyfile
+++ /dev/null
@@ -1,2 +0,0 @@
-localhost:2020
-root public
diff --git a/web/README.md b/web/README.md
index 0b7a2979ae9..2420c493b29 100644
--- a/web/README.md
+++ b/web/README.md
@@ -19,10 +19,6 @@ If you want to modify css or javascript run `gulp` in another terminal:
     (cd import; python import.py) # Optional for fetching content from Contentful, needs credentials setup, rename `secret_example.py` to `secret.py`
     npm run build
 
-Test by locally serving via [Caddy](https://caddyserver.com):
-
-    caddy
-
 ## Used components
 
 - [Hugo](https://gothugo.com) - Static site generator for technical documentation
-- 
GitLab