From e8beb529354fccfb09e009453a23c362d8cac63f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 19 Jul 2021 02:13:23 +0000 Subject: [PATCH] Minor fix, needs a full update --- .gitignore | 3 +++ traefik-files/default.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 176d675..b32adae 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,8 @@ auth.json #output files *.bundle.js +#config files +docker-compose.yml + #development files package-lock.json diff --git a/traefik-files/default.conf b/traefik-files/default.conf index f475197..bcff59b 100644 --- a/traefik-files/default.conf +++ b/traefik-files/default.conf @@ -4,6 +4,6 @@ server { location / { root /static; - index index.html; + try_files $uri /index.html; } }