Skip to content

Commit f0fa78d

Browse files
committed
ui: round file sizes for docs archive files
1 parent 1d63927 commit f0fa78d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

salt/docs/config/nginx.docs-backend.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ server {
1616

1717
autoindex on;
1818

19+
location /archive {
20+
autoindex_exact_size off;
21+
}
22+
1923
# The redirect config for docs.python.org is in a separate file
2024
# to allow automatic testing via Hurl (https://hurl.dev/)
2125
include sites.d/docs/redirects.conf;

0 commit comments

Comments
 (0)