summaryrefslogtreecommitdiffstats
path: root/etc/nginx.conf
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16Use custom DH parameters and limit TLS ciphersHolger Weiss1-0/+6
2014-01-25"Nagios" -> "Monitoring" againHolger Weiss1-1/+1
2014-01-23Make Mailman archives available for GmaneHolger Weiss1-0/+10
Make our mailing list archives temporarily available for Gmane.
2014-01-20Nginx: Remove duplicated cerificate configurationHolger Weiss1-2/+0
It should suffice to specify the cerificate/key file paths in the "default_server" block.
2014-01-20Nginx: Serve http://test.monitoring-plugins.org/Holger Weiss1-0/+15
Our plugins/t/check_http.t checks <http://test.monitoring-plugins.org/>.
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss1-13/+13
This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come.
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.