From eee8e6591c6e6c1d6db7807cc43dc3a004b60898 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 24 Jan 2014 00:22:19 +0100 Subject: Make Mailman archives available for Gmane Make our mailing list archives temporarily available for Gmane. diff --git a/etc/nginx.conf b/etc/nginx.conf index 3e7e546..0e18256 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -37,6 +37,16 @@ server { } # + # Make Mailman archives available for Gmane TEMPORARILY. + # + location ^~ /mbox/ { + root /home/plugins/tmp/; + fancyindex on; + fancyindex_exact_size off; + fancyindex_css_href /resources/plugins.css; + } + + # # Mailman and cgit. # location ^~ /cgit { -- cgit v0.10-9-g596f