summaryrefslogtreecommitdiffstats
path: root/etc/nginx/site.conf
AgeCommit message (Collapse)AuthorFilesLines
2013-10-19Let Nginx listen on specific IP addressHolger Weiss1-92/+0
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving additional SSL domains.
2013-10-14etc/nginx/site.conf: Use exact matches if possibleHolger Weiss1-6/+6
Let Nginx use exact "location" matches whenever possible.
2013-10-13Add an actual News pageHolger Weiss1-0/+3
Initial support for News pages had been committed already, this commit completes that support and adds an actual News page. News pages (with up to ten articles) are auto-created from any pages that have the "date" attribute set.
2013-10-08Redirect /taxonomy/term/2Holger Weiss1-0/+3
Redirect /taxonomy/term/2 to /doc/presentation.html. The old URI is referenced e.g. here: http://exchange.nagios.org/directory/Tutorials/Nagios-Core-Tutorials/How-to-Write-Great-Nagios-Plugins-in-Perl--2D-FOSDEM-2007/details
2013-10-06Rename /media directory to /resourcesHolger Weiss1-2/+2
This is just cosmetics.
2013-10-04Add test instance of the web siteHolger Weiss1-1/+8
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.
2013-09-30Redirect requests for nagios-plugins-HEAD.tar.gzHolger Weiss1-0/+3
E.g., <http://www.nagios.org/download/plugins> currently has a reference to /snapshot/nagios-plugins-HEAD.tar.gz ...
2013-09-29site.conf: Fix regular expressionHolger Weiss1-1/+1
Match only "^/guidelines$", not "^/guidelines.*".
2013-09-29Add extra-opts documentationHolger Weiss1-1/+1
Import the --extra-opts documentation from our old site. The --help output of plugins refers to <http://nagiosplugins.org/extra-opts>.
2013-09-29Import Nagios Plugins siteHolger Weiss1-0/+76
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.