Skip to content

Commit

Permalink
Expose history archive on /archive
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 29, 2024
1 parent 6a289ce commit 3284707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local/nginx/etc/conf.d/history-archive.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
location /archive {
rewrite /archive/(.*) /$1 break;
proxy_pass http://127.0.0.1:1570;
proxy_redirect off;
}

0 comments on commit 3284707

Please sign in to comment.