summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/nginx.conf3
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 }