Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-13 | fix duplicate entry for the eot extension; noted by ajacoutot@ | Robert Nagy | |
2014-06-12 | update to 1.6.0 with official syslog support backported from the 1.7 branch | Robert Nagy | |
tested by several, ok sthen@ | |||
2014-05-18 | There is no need to compile nginx with -O1 on vax anymore. | Jonathan Gray | |
Since the change in rev 1.5 vax has switched to gcc3, MAXDSIZ has increased and pcre_exec now builds with -O2. ok miod@ | |||
2014-05-10 | Allow -p prefix to override user home directory for chroot() (Like | Chris Cappuccio | |
openbsd-apache ServerRoot behavior) Work continues to unify nginx behavior (Principle of Least Astonishment) ok henning@ | |||
2014-05-10 | Allow nginx to chroot to a directory other than /var/www | Chris Cappuccio | |
ok henning@ | |||
2014-04-29 | nginx dudes unrolled SSL_OP_ALL by hand so we also have to delete | Ted Unangst | |
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS from here to benefit. ok miod | |||
2014-04-18 | raise file limit to something more web scale, but lower connections so | Ted Unangst | |
there are some files to spare for other things. | |||
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat | |
more comfortable. Reminded by brad@ | |||
2014-03-29 | bugfix and security update to 1.4.7: | Robert Nagy | |
CVE-2014-0133 does not affect OpenBSD because SPDY is not enabled ok florian@ | |||
2014-03-27 | adjust commented-out sample blocks for PHP and SSL configurations: | Stuart Henderson | |
- add a small shared SSL session cache - disable rc4 ciphers in sample config - switch to a unix socket for php-fpm - use try_files to avoid passing non-existing files to php http://wiki.nginx.org/Pitfalls#Passing_Uncontrolled_Requests_to_PHP ok robert@ | |||
2014-03-20 | - add a comment pointing to http://wiki.nginx.org/Pitfalls, it has important | Stuart Henderson | |
information for people writing nginx configuration. - remove commented-out "ssl_protocols SSLv3 TLSv1" line; nginx default is "SSLv3 TLSv1 TLSv1.1 TLSv1.2", so uncommenting this line removes desirable protocols ok robert@ | |||
2014-03-11 | bugfix update to 1.4.6 | Robert Nagy | |
2014-01-28 | Do not send Nginx version number in error pages and Server header by ↵ | Stephan A. Rickauer | |
default. OK robert@, sthen@ and jasper@. | |||
2014-01-27 | first pass at cleanup; | Jason McIntyre | |
2014-01-27 | add nginx.conf.5 to SEE ALSO; | Jason McIntyre | |
2014-01-20 | add HISTORY and AUTHORS; triggered by a much shorter patch | Ingo Schwarze | |
from Donovan Watteau <tsoomi at gmail dot com>; ok florian@ | |||
2013-12-16 | Document stub_status; for some reason this is not documented in the | Florian Obser | |
upstream documentation but only in the wiki(?!). | |||
2013-12-16 | Document which modules, directives and options are not available on | Florian Obser | |
OpenBSD. Discussed with schwarze@, jmc@ Input schwarze@ OK jmc@, schwarze@ | |||
2013-11-26 | Copy some entries from Apache's mime.types file to nginx's, ok robert@ | Stuart Henderson | |
2013-11-21 | security update to nginx 1.4.4 which fixes CVE-2013-4547 | Robert Nagy | |
2013-11-04 | Hook up nginx.conf(5) to the build. | Florian Obser | |
put it in deraadt@, OK schwarze@ | |||
2013-11-03 | minor formatting improvements, | Ingo Schwarze | |
in part discussed with florian@ | |||
2013-11-03 | Document "Embedded Variables" | Florian Obser | |
input on how / where to put it schwarze@ | |||
2013-11-03 | document grammar; written myself; ok florian@ | Ingo Schwarze | |
2013-11-03 | Add a man page for nginx.conf; not yet hooked to the build. | Florian Obser | |
Generated by various scripts and manual cleanup from http://trac.nginx.org/nginx/browser/nginx_org/xml/en/docs/ Caveat: Contains documentation for features not available on OpenBSD (either because they are only available in the commercial version of nginx or because they are not enabled on OpenBSD). Idea / requested by reyk@ Lots of input / help / mdoc(7) crash course by schwarze@ schwarze@ and jmc@ agree to put it in now to work on it in tree. | |||
2013-10-18 | bugfix update to 1.4.3 | Robert Nagy | |
2013-10-09 | Move the (commented out) syslog directive above the error_log lines. | Paul de Weerd | |
Prevents "nginx: [emerg] You must set the syslog directive and enable it first." OK sthen@ and ajacoutot@ | |||
2013-08-08 | bugfix update to 1.4.2 | Robert Nagy | |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat | |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-06-23 | Put back r1.7 | Miod Vallat | |
2013-06-19 | Disable SPDY until we have a better understanding about code and | Reyk Floeter | |
protocol within OpenBSD. Discussed with many ok benno@ jcs@ | |||
2013-06-14 | update the internal pcre library to 8.33 | Robert Nagy | |
2013-06-02 | move bgplg and slowcgi sockets to /var/www/run | Florian Obser | |
input reyk@, guenther@ "move fast" deraadt@ OK naddy@ | |||
2013-06-01 | update to nginx-1.4.1 and enable the SPDY module by default | Robert Nagy | |
2013-06-01 | hook up slowcgi to the tree, including /etc glue and a sample configuration | Christian Weisgerber | |
snippet; ok florian@ | |||
2013-05-31 | also listen on v6 by default; ok matthieu@ deraadt@ | Christian Weisgerber | |
2013-05-15 | update to 1.2.9; several bugfixes and security fix for CVE-2013-2070 | Robert Nagy | |
2013-03-22 | decl's before code. please push to upstream. | Theo de Raadt | |
2013-03-21 | re-add a build fix for vax that was overwritten by the update | Robert Nagy | |
2013-03-17 | update to 1.2.7 | Robert Nagy | |
2013-02-14 | disable symbol visibility on vax in order to unbreak the build | Robert Nagy | |
2013-02-10 | update the internal pcre to 8.32 | Robert Nagy | |
2013-02-09 | Put index and root directives where they belong according to the nginx | Antoine Jacoutot | |
Pitfalls rules. ok robert@ | |||
2013-02-05 | Install 50x.html which is part of the default nginx configuration. | Antoine Jacoutot | |
ok robert@ | |||
2013-01-14 | update to nginx-1.2.6 | Robert Nagy | |
2012-12-01 | If compiling with gcc 3, initialize a local variable to prevent -Wuninitialized | Miod Vallat | |
from firing a false positive; ok robert@ | |||
2012-11-14 | update to 1.2.5 | Robert Nagy | |
2012-11-06 | Advertising SSLv2 in the example config doesn't make much sense now that it's | Pascal Stumpf | |
disabled. ok robert@ | |||
2012-10-30 | Add RCS ids to the config files. | Antoine Jacoutot | |