diff --git a/config/nginx.conf b/config/nginx.conf index 5dc69b2f..ca4ac4c6 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -13,7 +13,7 @@ server { # and may or may not bear any resemblance to when the resource changed add_header Last-Modified ""; - try_files $uri /$uri /index.html; + try_files $uri $uri/ /index.html; } # assets can be cached because they have hashed filenames