From 9750430992bfce34af00506e8c35cd897780786e Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Fri, 21 Jun 2024 06:43:19 +1200 Subject: [PATCH] fix: Add /proceedings (#469) --- k8s/ietfweb/nginx-default.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/k8s/ietfweb/nginx-default.conf b/k8s/ietfweb/nginx-default.conf index 23e62478..85afacd0 100644 --- a/k8s/ietfweb/nginx-default.conf +++ b/k8s/ietfweb/nginx-default.conf @@ -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;