Commit Graph

105 Commits

Author SHA1 Message Date
Arno Uhlig b8f7ea05c4 configurable ssl_verify_client 2017-10-05 13:26:07 +02:00
Manuel de Brito Fontes 05b212e1de Allow custom global configuration at multiple levels 2017-10-01 11:45:33 -03:00
Manuel de Brito Fontes ad6ef7daf8 Add example of server-snippet 2017-09-30 18:24:59 -03:00
Manuel de Brito Fontes c56bfb6ce8 Add custom timeout annotations doc 2017-09-29 15:23:02 -03:00
Manuel de Brito Fontes 34394f1d2d Opentracing docs 2017-09-28 21:07:07 -03:00
Fernando Diaz 1ffeb2cee1 Enhance Certificate Logging and Clearup Mutual Auth Docs
Adds better logging to errors caused when getting a Certificate.
Adds notes and updates documentation for Mutual Authentication.
2017-09-27 11:09:37 -05:00
Daniel Hunter 0d46fa4d03 Add missing whitespace line between items
Add a whitespace line for improved readability.
2017-09-19 13:25:07 -07:00
Giancarlo Rubio 72b0259151 support apdex metrics 2017-09-14 14:27:03 +02:00
Manuel Alejandro de Brito Fontes 587a3440c5 Merge pull request #1335 from auhlig/requestbuffering
Configurable proxy_request_buffering per location..
2017-09-12 16:03:15 -07:00
Arno Uhlig aa191c8c9b configurable proxy-request-buffering per location and fix conectTimeout -> connectTimeout 2017-09-12 19:54:28 +02:00
Rodrigo Queiro 01ad215d01 Fix typos 2017-09-12 18:33:47 +02:00
Gabi Davar 1f61dc9229 A trivial typo in config 2017-09-07 17:46:41 +03:00
Ricardo Pchevuzinske Katz d33b748716
Adds support for error page in Client Certificate Authentication 2017-09-03 17:12:03 -03:00
Max Laverse d9e7d1eabc Add support for 'worker-shutdown-timeout' 2017-08-29 11:55:59 +02:00
Manuel Alejandro de Brito Fontes b791460206 Merge pull request #1244 from aledbf/add-custom-backend-annotation
Add custom default backend annotation
2017-08-25 15:15:17 -04:00
Manuel de Brito Fontes bf12e793f6 Add custom backend annotation 2017-08-25 15:49:52 -03:00
Manuel Alejandro de Brito Fontes d2546d0291 Merge pull request #1212 from danielqsj/bind-address
Add option to specify addresses on which the server will accept
2017-08-25 12:05:52 -04:00
Max Laverse dd00b6d7b3 Add support for access-log-path and error-log-path 2017-08-25 14:03:09 +02:00
danielqsj 06f237c66d Add options to bind address 2017-08-25 10:24:32 +08:00
Manuel de Brito Fontes 97b10b05ae Add doc for non-www to www annotation 2017-08-22 18:33:48 -03:00
Manuel Alejandro de Brito Fontes def5155aa6 Merge pull request #1210 from sethpollack/whitelist
add rate limit whitelist
2017-08-22 08:23:45 -04:00
Manuel Alejandro de Brito Fontes 9863140b8c Merge pull request #1186 from diazjf/client-body-buffer-size
Add annotation for client-body-buffer-size per location
2017-08-22 08:02:35 -04:00
Seth Pollack 6253c34266 add rate limit whitelist 2017-08-22 07:53:52 -04:00
Fernando Diaz e9ffbf0f87 Add annotation for client-body-buffer-size per location
Adds an annotation which allows for client-body-buffer-size to
be configured per specific locations specified in the ingress
resource yaml.
2017-08-21 23:12:30 -05:00
Manuel de Brito Fontes 2e3f32891b Update ssl-passthrough docs 2017-08-21 19:38:22 -03:00
danielqsj dedd787668 Update base-url-scheme for nginx configuration.md 2017-08-21 14:37:17 +08:00
Rajadeepan D Ramesh 8e9bdb8df8 Fix minor typo 2017-08-21 02:40:58 +05:30
Fernando Diaz a63328edfa Add more info about Server-Alias usage
Adds more information on the effects of using the server-alias
annotation. It also cleans up spelling and formatting of the
configuration documentation.
2017-08-20 01:18:22 -05:00
Manuel Alejandro de Brito Fontes f6413e292f Merge pull request #1123 from diazjf/server-alias
Add support for Server Alias in Nginx
2017-08-19 14:47:23 -04:00
xuzhonghu 9206a8baf9 fix typos 2017-08-18 17:46:19 +08:00
Fernando Diaz 47e4dd59a8 Merge branch 'master' into server-alias 2017-08-17 17:32:48 -05:00
Fernando Diaz 62fea9aa01 Update Server Alias Annotation with Review Changes
Updates the Server-Alias annotation to create another server
containing the same configuration as the current server, but
with the name provided in the annotation.
2017-08-15 14:49:04 -05:00
zhengjiajin 6faf87c097 Add short help doc in configuration for nginx limit rate 2017-08-15 16:29:06 +08:00
Fernando Diaz ac504bdbc0 Add support for Server Alias in Nginx
Adds support for server alias in nginx. Adds a new annotation
which allows us to specify a server alias that will be appended
to the server name.
2017-08-13 13:01:00 -05:00
zhengjiajin 2679042925 Fix lose SSL Passthrough 2017-08-10 11:12:12 +08:00
Seth Pollack 40a9a54082
add per minute rate limiting 2017-08-01 23:24:48 -04:00
Seth Pollack bceaa04f3b add docs for `proxy-set-headers` and `add-headers` 2017-07-26 08:32:18 -04:00
Frode Egeland e70678a5b6 Update configuration.md
Remove duplicate line
2017-07-24 17:01:19 +10:00
Manuel Alejandro de Brito Fontes fbb96f4c83 Merge pull request #981 from chrismoos/service_upstream
Add annotation to allow use of service ClusterIP for NGINX upstream.
2017-07-19 12:20:30 -04:00
Chris Moos 666bcca495 Add annotation to allow use of service ClusterIP for NGINX upstream. 2017-07-19 16:02:04 +02:00
Manuel de Brito Fontes 0d4bf15cb0 Add nginx basic auth example 2017-07-16 16:22:08 -04:00
Bastian Hofmann 38d198bfde Make proxy_headers_hash_bucket_size and proxy_headers_hash_max_size configurable in the nginx controller
See https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_headers_hash_bucket_size and https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_headers_hash_max_size
2017-07-13 13:57:03 +02:00
Georgiy Kutsurua d56e261835 Sets parameters for a shared memory zone that will keep states for various keys. 2017-07-07 15:45:13 +04:00
Gorka Lerchundi Osa 5503e8d0e9 nginx/proxy: allow specifying next upstream behaviour 2017-06-27 23:30:43 +02:00
Manuel de Brito Fontes 6e2203594e Add upstream keepalive connections cache 2017-06-21 23:52:06 -04:00
Manuel de Brito Fontes 85e6d30844 Improve variable configuration for source IP address 2017-06-21 00:52:12 -04:00
Giancarlo Rubio 59f08d0b87 Document log-format-stream and log-format-upstream 2017-06-13 16:22:22 +02:00
Manuel de Brito Fontes 8837cf93e2 Allow customization of variables hash tables 2017-05-28 16:05:49 -04:00
Liss Tarnell 6d3e9666ba nginx/README.md: clarify app-root and fix example hyperlink 2017-05-28 20:41:00 +01:00
Matthew Walter 4ef6073f08 Typo fix ingres -> ingress 2017-05-25 23:13:40 -04:00