summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {