From 42c93275012b070a7cb90535bd76529a4e693020 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 22 Oct 2013 08:53:03 +0200 Subject: Ngnix: Point /archive/ to Pipermail archives diff --git a/etc/nginx.conf b/etc/nginx.conf index acaae1c..9479ffd 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -39,6 +39,9 @@ server { location ^~ /cgit { root /home/git/opt/cgit/web; } + location ^~ /archive/ { + alias /home/mailman/server/archives/public/; + } location ^~ /list/icons/ { alias /home/mailman/server/icons/; } -- cgit v0.10-9-g596f