Skip to content

Commit

Permalink
fix: Add /proceedings (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jun 20, 2024
1 parent 010f508 commit 9750430
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions k8s/ietfweb/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ server {

error_page 404 = @error_redirect;
}
location /proceedings {
alias /a/www/www6s/proceedings;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
charset utf-8;

error_page 404 = @error_redirect;
}
location @error_redirect {
proxy_pass http://127.0.0.1:8000;
proxy_set_header Host $${keepempty}host;
Expand Down

0 comments on commit 9750430

Please sign in to comment.