summaryrefslogtreecommitdiff
path: root/usr.sbin/nginx
AgeCommit message (Collapse)Author
2014-06-13fix duplicate entry for the eot extension; noted by ajacoutot@Robert Nagy
2014-06-12update to 1.6.0 with official syslog support backported from the 1.7 branchRobert Nagy
tested by several, ok sthen@
2014-05-18There 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-10Allow -p prefix to override user home directory for chroot() (LikeChris Cappuccio
openbsd-apache ServerRoot behavior) Work continues to unify nginx behavior (Principle of Least Astonishment) ok henning@
2014-05-10Allow nginx to chroot to a directory other than /var/wwwChris Cappuccio
ok henning@
2014-04-29nginx dudes unrolled SSL_OP_ALL by hand so we also have to deleteTed Unangst
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS from here to benefit. ok miod
2014-04-18raise file limit to something more web scale, but lower connections soTed Unangst
there are some files to spare for other things.
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
more comfortable. Reminded by brad@
2014-03-29bugfix 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-27adjust 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 importantStuart 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-11bugfix update to 1.4.6Robert Nagy
2014-01-28Do not send Nginx version number in error pages and Server header by ↵Stephan A. Rickauer
default. OK robert@, sthen@ and jasper@.
2014-01-27first pass at cleanup;Jason McIntyre
2014-01-27add nginx.conf.5 to SEE ALSO;Jason McIntyre
2014-01-20add HISTORY and AUTHORS; triggered by a much shorter patchIngo Schwarze
from Donovan Watteau <tsoomi at gmail dot com>; ok florian@
2013-12-16Document stub_status; for some reason this is not documented in theFlorian Obser
upstream documentation but only in the wiki(?!).
2013-12-16Document which modules, directives and options are not available onFlorian Obser
OpenBSD. Discussed with schwarze@, jmc@ Input schwarze@ OK jmc@, schwarze@
2013-11-26Copy some entries from Apache's mime.types file to nginx's, ok robert@Stuart Henderson
2013-11-21security update to nginx 1.4.4 which fixes CVE-2013-4547Robert Nagy
2013-11-04Hook up nginx.conf(5) to the build.Florian Obser
put it in deraadt@, OK schwarze@
2013-11-03minor formatting improvements,Ingo Schwarze
in part discussed with florian@
2013-11-03Document "Embedded Variables"Florian Obser
input on how / where to put it schwarze@
2013-11-03document grammar; written myself; ok florian@Ingo Schwarze
2013-11-03Add 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-18bugfix update to 1.4.3Robert Nagy
2013-10-09Move 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-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
protocol within OpenBSD. Discussed with many ok benno@ jcs@
2013-06-14update the internal pcre library to 8.33Robert Nagy
2013-06-02move bgplg and slowcgi sockets to /var/www/runFlorian Obser
input reyk@, guenther@ "move fast" deraadt@ OK naddy@
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
snippet; ok florian@
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
Pitfalls rules. ok robert@
2013-02-05Install 50x.html which is part of the default nginx configuration.Antoine Jacoutot
ok robert@
2013-01-14update to nginx-1.2.6Robert Nagy
2012-12-01If compiling with gcc 3, initialize a local variable to prevent -WuninitializedMiod Vallat
from firing a false positive; ok robert@
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
disabled. ok robert@
2012-10-30Add RCS ids to the config files.Antoine Jacoutot