summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-23 23:22:19 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-23 23:22:19 (GMT)
commiteee8e6591c6e6c1d6db7807cc43dc3a004b60898 (patch)
treefc008fc5dce7f2a84156fbceda5fa75b95591612 /etc
parent581d4dd88b55136e82dc6e4de4321f3591778e06 (diff)
downloadsite-eee8e6591c6e6c1d6db7807cc43dc3a004b60898.tar.gz
Make Mailman archives available for Gmane
Make our mailing list archives temporarily available for Gmane.
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx.conf10
1 files changed, 10 insertions, 0 deletions
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 {
37 } 37 }
38 38
39 # 39 #
40 # Make Mailman archives available for Gmane TEMPORARILY.
41 #
42 location ^~ /mbox/ {
43 root /home/plugins/tmp/;
44 fancyindex on;
45 fancyindex_exact_size off;
46 fancyindex_css_href /resources/plugins.css;
47 }
48
49 #
40 # Mailman and cgit. 50 # Mailman and cgit.
41 # 51 #
42 location ^~ /cgit { 52 location ^~ /cgit {