summaryrefslogtreecommitdiffstats
path: root/etc/nginx.conf
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29Nginx: Sort /download/ files by modification timeHolger Weiss1-0/+4
Append "?C=M&O=D" to /download/ URLs: /* * Determine the sorting criteria. URL arguments look like: * * C=x[&O=y] * * Where x={M,S,N} and y={A,D} */ [ https://github.com/aperezdc/ngx-fancyindex/blob/master/ngx_http_fancyindex_module.c ]
2013-11-29Nginx: Cosmetic changeHolger Weiss1-3/+3
Match against /download/ before matching against /attachments/.
2013-10-27Import New Threshold Syntax proposalHolger Weiss1-0/+3
Many sites have links to our New Threshold Syntax proposal, so lets put it back online. However, as we decided not to implement the New Threshold Syntax anytime soon, we currently don't add a link to the proposal on our own web site.
2013-10-22Ngnix: Point /archive/ to Pipermail archivesHolger Weiss1-0/+3
2013-10-21Let Nginx hide Mailman's "listinfo" index pageHolger Weiss1-2/+2
Use <https://www.nagios-plugins.org/support.html> as the mailing lists overview page.
2013-10-19Let Nginx listen on specific IP addressHolger Weiss1-0/+98
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving additional SSL domains.