Age | Commit message (Expand) | Author |
2016-05-09 | in the http redirect example, also include the requested url instead | T.J. Townsend |
2016-04-28 | Avoid unusual Content-Type: even in an example; | Ingo Schwarze |
2016-04-24 | new sentence, new line; | Jason McIntyre |
2016-04-24 | Document CGI variables. Work done by Tim Baumgard <openbsd@bmgrd.com> | Christopher Zimmermann |
2016-04-20 | from tim baumgard: a location section may not include hsts; | Jason McIntyre |
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter |
2015-07-18 | tweak previous; | Jason McIntyre |
2015-07-18 | Allow to change the default media type globally or per-location, | Reyk Floeter |
2015-07-18 | Implement HTTP Strict Transport Security (HSTS). | Florian Obser |
2015-07-15 | Document default locations for TLS certificate and key. | Joel Sing |
2015-06-23 | various tweaks; | Jason McIntyre |
2015-06-23 | Add initial support for pattern matching using Lua's pattern matching code. | Reyk Floeter |
2015-05-28 | use "uri"; from yegor timoschenko | Jason McIntyre |
2015-05-19 | better spacing in media types. | Igor Sobrado |
2015-05-19 | sort media type extensions for text/html and image/jpeg as given in | Igor Sobrado |
2015-05-19 | drop comment about being possible to include /etc/nginx/mime.types, | Igor Sobrado |
2015-03-26 | pointers to slowcgi(8); from alexei malinin | Jason McIntyre |
2015-03-11 | Wrap long line. This is another airplane commit from an 747-8 | Reyk Floeter |
2015-03-09 | Document the TLSv1.2-only change. | Reyk Floeter |
2015-03-06 | Fix minor manpage bug: it is a server, not a relay. | Reyk Floeter |
2015-02-23 | Allow to specify CGI variables as macros in redirection strings, eg. | Reyk Floeter |
2015-02-19 | Typo. | Florian Obser |
2015-02-15 | Document the tls protocols option. | Joel Sing |
2015-02-07 | double word fix; | Jason McIntyre |
2015-02-07 | Document tls dhe and tls ecdhe options. | Joel Sing |
2015-02-07 | Add support for blocking, dropping, and redirecting requests. | Reyk Floeter |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |
2015-01-18 | tweak previous | Florian Obser |
2015-01-18 | First stab at implementing basic auth. | Florian Obser |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-05 | Be more specific: path is a component of the URI/URL, so use "path" | Reyk Floeter |
2015-01-04 | add new url stripping option: | Christopher Zimmermann |
2015-01-03 | Support alias names and multiple listen statements per server block. | Reyk Floeter |
2014-12-28 | Change the default example from "listen on egress" to "listen on *". | Reyk Floeter |
2014-12-18 | Document * and :: to listen on all IPv4 or IPv6 addresses. | Reyk Floeter |
2014-12-18 | "tcp nodelay" shouldn't be discussing relaying SSH; this was a remnant | Reyk Floeter |
2014-12-12 | Like previously done in relayd, change the keyword "ssl" to "tls" to | Reyk Floeter |
2014-11-12 | tweak previous; | Jason McIntyre |
2014-11-11 | Allow the log directory to be configurable in the config file, rather than | Bob Beck |
2014-09-01 | remove Xr, but not the reference, to nginx, after some discussion with reyk; | Jason McIntyre |
2014-08-25 | Add a generic system-wide /usr/share/misc/mime.types file that can be | Reyk Floeter |
2014-08-17 | don;t mark up {}; | Jason McIntyre |
2014-08-09 | some minor tweaks; | Jason McIntyre |
2014-08-09 | sort "prefork", and remove a useless macro; | Jason McIntyre |
2014-08-06 | Change grammar to remove a shift/reduce conflict that was introduced | Reyk Floeter |
2014-08-06 | Limit the body size in client requests (eg. POST data) to 1M by default; | Reyk Floeter |
2014-08-06 | Document the SSL configuration for httpd (partly based on relayd.conf(5)). | Joel Sing |
2014-08-05 | Add configuration options for the most-important connection limits: | Reyk Floeter |
2014-08-05 | Tweak the httpd.conf manpage with "sub-lists". | Reyk Floeter |
2014-08-05 | Bring back the tcp/ip configuration options. This code was already | Reyk Floeter |