From 25c9159416ea6594eddaa97e36ad91c8762123d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 18 Jan 2017 20:30:24 +0100 Subject: [PATCH] Hide /data --- root/etc/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/Caddyfile b/root/etc/Caddyfile index 35a1ef6..936c2ba 100755 --- a/root/etc/Caddyfile +++ b/root/etc/Caddyfile @@ -1,4 +1,5 @@ :8888 { root /rainloop + internal /data fastcgi / /tmp/php-fpm.sock php }