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; } }