Skip to content

Commit

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

Please sign in to comment.