From 6143fd3779e0773ea648484465a76c0f1d806878 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Feb 2017 13:19:25 +0100 Subject: [PATCH] Move caddyfile out of dist directory. --- frontend/{dist => }/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename frontend/{dist => }/Caddyfile (78%) diff --git a/frontend/dist/Caddyfile b/frontend/Caddyfile similarity index 78% rename from frontend/dist/Caddyfile rename to frontend/Caddyfile index 841464bac5..4b9a29232e 100644 --- a/frontend/dist/Caddyfile +++ b/frontend/Caddyfile @@ -1,5 +1,5 @@ :2015 { gzip - root . + root ./dist proxy /api https://app.uxbox.io }