diff --git a/nginx.conf b/nginx.conf --- a/nginx.conf +++ b/nginx.conf @@ -18,6 +18,12 @@ index index.html; } + location /doc/ { + # Autoindex all /doc routes until proper index pages are in place + autoindex on; + index index.html; + } + location ~* \.(jpg|jpeg|png|gif|ico)$ { expires 30d; }