Skip to content

Commit

Permalink
build: Try txt files for minutes (#537)
Browse files Browse the repository at this point in the history
* build: Use ${keepempty} in proceedings config

* build: Use alias instead of root
  • Loading branch information
kesara authored Jan 30, 2025
1 parent bcc0b90 commit 574e8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/ietfweb/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ server {
error_page 404 = @error_redirect;
}
location /proceedings/ {
root /a/www/www6s/proceedings/;
alias /a/www/www6s/proceedings/;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
charset utf-8;

location ~* /minutes/.+$ {
try_files $uri $uri.html $uri.txt $uri/;
try_files $${keepempty}uri $${keepempty}uri.html $${keepempty}uri.txt $${keepempty}uri/;
}

error_page 404 = @error_redirect;
Expand Down

0 comments on commit 574e8e7

Please sign in to comment.