diff --git a/.dockerfiles/nginx.conf.template b/.dockerfiles/nginx.conf.template index b68cdff..714ec6f 100644 --- a/.dockerfiles/nginx.conf.template +++ b/.dockerfiles/nginx.conf.template @@ -7,7 +7,7 @@ http { listen ${PORT}; listen [::]:${PORT}; root /app/build; - index index.html + index index.html; location / { try_files $uri $uri/ /index.html =404; }