diff --git a/k8s/ietfweb/nginx-default.conf b/k8s/ietfweb/nginx-default.conf index 67b32232..2daef3a0 100644 --- a/k8s/ietfweb/nginx-default.conf +++ b/k8s/ietfweb/nginx-default.conf @@ -129,6 +129,16 @@ server { error_page 404 = @error_redirect; } + location /lib { + alias /a/www/www6s/lib; + autoindex on; + autoindex_exact_size off; + autoindex_localtime on; + charset utf-8; + expires 30d; + + error_page 404 = @error_redirect; + } location /staging { alias /a/www/www6s/staging; autoindex on;