summaryrefslogtreecommitdiffstats
path: root/etc/nginx.conf
AgeCommit message (Collapse)AuthorFilesLines
2014-01-14Rename /doc/presentation.htmlHolger Weiss1-1/+1
"presentation.html" is a little too generic.
2013-12-28Hide the /download/timestamp fileHolger Weiss1-0/+1
The timestamp file is used for checking mirrors and should be hidden from the user. (By the way: The Fancy Index module would hide dot files automatically, but some FTP servers don't serve them.)
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.