nginx/templates/static_site.j2

2 lines
80 B
Django/Jinja

root {{ location.value.folder }};
try_files $uri $uri.html $uri/index.html 404;