Skip to content

Commit

Permalink
chore: Expose /charter
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 10, 2024
1 parent e9b192b commit cba940d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions k8s/ietfweb/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ server {
autoindex_localtime on;
charset utf-8;

location ~* \.xml$ {
add_header Content-Disposition 'attachment';
}
}
location /charter {
alias /a/ietfdata/doc/charter/;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
charset utf-8;

location ~* \.xml$ {
add_header Content-Disposition 'attachment';
}
Expand Down

0 comments on commit cba940d

Please sign in to comment.