From 2a7cfbe96f01412adfb8a4471b6e76bd5f9b582d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Feb 2017 12:19:03 +0100 Subject: [PATCH] Add caddyfile for test dist build locally. --- frontend/dist/Caddyfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/dist/Caddyfile diff --git a/frontend/dist/Caddyfile b/frontend/dist/Caddyfile new file mode 100644 index 000000000..841464bac --- /dev/null +++ b/frontend/dist/Caddyfile @@ -0,0 +1,5 @@ +:2015 { + gzip + root . + proxy /api https://app.uxbox.io +}