Skip to content

Commit

Permalink
fix: Expose /lib (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 20, 2024
1 parent 8eaba8c commit 6d05069
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s/ietfweb/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d05069

Please sign in to comment.