Static export file now managed by nginx

This commit is contained in:
Simon
2018-09-06 19:38:07 -04:00
parent 1ff1e039f5
commit 53db765856
2 changed files with 1 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
<tbody>
{% if export_file_stats %}
<tr>
<td><a href="/get_export">out.csv.xz</a></td>
<td><a href="static/out.csv.xz">out.csv.xz</a></td>
<td>{{ export_file_stats.st_size |filesizeformat }}</td>
<td>{{ export_file_stats.st_mtime|datetime_format }} UTC</td>
</tr>