nginx/templates/static_site.j2

3 lines
80 B
Text
Raw Normal View History

2022-06-20 23:06:14 +02:00
root {{ location.value.folder }};
try_files $uri $uri.html $uri/index.html 404;