We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d63927 commit f0fa78dCopy full SHA for f0fa78d
salt/docs/config/nginx.docs-backend.conf
@@ -16,6 +16,10 @@ server {
16
17
autoindex on;
18
19
+ location /archive {
20
+ autoindex_exact_size off;
21
+ }
22
+
23
# The redirect config for docs.python.org is in a separate file
24
# to allow automatic testing via Hurl (https://hurl.dev/)
25
include sites.d/docs/redirects.conf;
0 commit comments