diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-24 00:22:19 +0100 | 
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-24 00:22:19 +0100 | 
| commit | eee8e6591c6e6c1d6db7807cc43dc3a004b60898 (patch) | |
| tree | fc008fc5dce7f2a84156fbceda5fa75b95591612 | |
| parent | 581d4dd88b55136e82dc6e4de4321f3591778e06 (diff) | |
| download | site-eee8e6591c6e6c1d6db7807cc43dc3a004b60898.tar.gz | |
Make Mailman archives available for Gmane
Make our mailing list archives temporarily available for Gmane.
| -rw-r--r-- | etc/nginx.conf | 10 | 
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 { | 
