Skip to content

Commit

Permalink
build: Use alias instead of root
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jan 30, 2025
1 parent 2c09538 commit 2bb22f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/ietfweb/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ 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;
Expand Down

0 comments on commit 2bb22f7

Please sign in to comment.