diff --git a/nginx/files/static.conf b/nginx/files/static.conf index 2a6ad57..44cf29f 100644 --- a/nginx/files/static.conf +++ b/nginx/files/static.conf @@ -15,6 +15,8 @@ server { {%- include "nginx/files/_access_policy.conf" %} + try_files $uri /index.html; + index index.html index.htm; {%- if site.get('autoindex', False) %} autoindex on;