summaryrefslogtreecommitdiff
path: root/usr.sbin/nginx
AgeCommit message (Expand)Author
2013-08-08bugfix update to 1.4.2Robert Nagy
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-23Put back r1.7Miod Vallat
2013-06-19Disable SPDY until we have a better understanding about code andReyk Floeter
2013-06-14update the internal pcre library to 8.33Robert Nagy
2013-06-02move bgplg and slowcgi sockets to /var/www/runFlorian Obser
2013-06-01update to nginx-1.4.1 and enable the SPDY module by defaultRobert Nagy
2013-06-01hook up slowcgi to the tree, including /etc glue and a sample configurationChristian Weisgerber
2013-05-31also listen on v6 by default; ok matthieu@ deraadt@Christian Weisgerber
2013-05-15update to 1.2.9; several bugfixes and security fix for CVE-2013-2070Robert Nagy
2013-03-22decl's before code. please push to upstream.Theo de Raadt
2013-03-21re-add a build fix for vax that was overwritten by the updateRobert Nagy
2013-03-17update to 1.2.7Robert Nagy
2013-02-14disable symbol visibility on vax in order to unbreak the buildRobert Nagy
2013-02-10update the internal pcre to 8.32Robert Nagy
2013-02-09Put index and root directives where they belong according to the nginxAntoine Jacoutot
2013-02-05Install 50x.html which is part of the default nginx configuration.Antoine Jacoutot
2013-01-14update to nginx-1.2.6Robert Nagy
2012-12-01If compiling with gcc 3, initialize a local variable to prevent -WuninitializedMiod Vallat
2012-11-14update to 1.2.5Robert Nagy
2012-11-06Advertising SSLv2 in the example config doesn't make much sense now that it'sPascal Stumpf
2012-10-30Add RCS ids to the config files.Antoine Jacoutot
2012-10-28use the default SYSLOG_FACILITY definition which is LOCAL5Robert Nagy
2012-10-28rework the default config a bit to work with php-fpm out of the boxRobert Nagy
2012-10-28strip the chroot path from auth_basic_user_file if necessaryRobert Nagy
2012-10-28unbreak build on vax by initializing a variableRobert Nagy
2012-10-25add syslog support to nginxRobert Nagy
2012-10-08update to 1.2.4Robert Nagy
2012-08-28Don't enable "sendfile" which does not work on OpenBSD according to robert@Antoine Jacoutot
2012-08-21merge in pcre-8.31Robert Nagy
2012-08-21update to nginx-1.2.3Robert Nagy
2012-08-15use Lk for links;Jason McIntyre
2012-07-12remove a double .includeJasper Lievisse Adriaanse
2012-07-07update to 1.2.2 and start using /var/www/cache instead of /var/www/tmpRobert Nagy
2012-06-26use /var/www/tmp/ for the temp directories even if not chrootedRobert Nagy
2012-06-24Make the default SSL file locations match the ssl(8) man page forLawrence Teo
2012-06-13update to 1.2.1Robert Nagy
2012-05-15move the chroot path stripping into a different function to make sureRobert Nagy
2012-05-13backport changeset 4619 from nginx trunk:Robert Nagy
2012-05-13update to nginx-1.2.0Robert Nagy
2012-04-14update to 1.0.15Robert Nagy
2012-04-12use a shared stripping function for chroot and make sureRobert Nagy
2012-04-10Build with -O1 on vax for now, pcre_exec can not build with -O2.Miod Vallat
2012-04-05Mention the -u flag to tell nginx not to chroot.Stuart Henderson
2012-04-04Honour CFLAGS in nginx build, discussed with robert@Stuart Henderson
2012-04-04Set the correct string lengths when stripping the chroot prefixRobert Nagy
2012-04-02make sure we strip the chroot prefix from all root variables, not just theRobert Nagy
2012-04-02bring back an overwritten change which is essential for the chrootedRobert Nagy
2012-03-15stupid cvs (dir has 'core' in the name...)Stuart Henderson