diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-22 08:53:03 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-22 08:53:03 +0200 |
| commit | 42c93275012b070a7cb90535bd76529a4e693020 (patch) | |
| tree | 960dbbbb448fad8f36782f8c25aff423c4806e56 | |
| parent | 9f495d5b9c57810c9ef883de4941323d6a0fe81b (diff) | |
| download | site-42c93275012b070a7cb90535bd76529a4e693020.tar.gz | |
Ngnix: Point /archive/ to Pipermail archives
| -rw-r--r-- | etc/nginx.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
| 39 | location ^~ /cgit { | 39 | location ^~ /cgit { |
| 40 | root /home/git/opt/cgit/web; | 40 | root /home/git/opt/cgit/web; |
| 41 | } | 41 | } |
| 42 | location ^~ /archive/ { | ||
| 43 | alias /home/mailman/server/archives/public/; | ||
| 44 | } | ||
| 42 | location ^~ /list/icons/ { | 45 | location ^~ /list/icons/ { |
| 43 | alias /home/mailman/server/icons/; | 46 | alias /home/mailman/server/icons/; |
| 44 | } | 47 | } |
