From a1b4a560c8836b4578623677d9fdf9c932ebcc00 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 28 Aug 2019 23:56:40 +0530 Subject: [PATCH] Caddyfile: Remove wallabag I've gone back to my tried and tested Pocket setup Signed-off-by: Harsh Shandilya --- Caddyfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Caddyfile b/Caddyfile index 969660b..ad26e94 100644 --- a/Caddyfile +++ b/Caddyfile @@ -62,10 +62,3 @@ https://git.msfjarvis.website { import proxy_config } } - -https://wallabag.msfjarvis.website { - import base_config - proxy / http://localhost:8081 { - import proxy_config - } -}