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
Julian V. Modesto
5614f42f63
Fix affinity doc.
...
Should be string `cookie`, not boolean.
2017-05-05 10:26:28 -04:00
Jeff Pearce
a5d58cc521
Override load balancer alg view config map
2017-04-29 08:37:24 -07:00
Manuel Alejandro de Brito Fontes
201a109bb5
Merge pull request #637 from aledbf/0.9.0-beta.4
...
[nginx] 0.9.0 beta.4
2017-04-25 18:10:16 -03:00
Eduardo Baitello
f737cdcae5
Fix default value information
...
proxy-read-timeout and proxy-send-timeout default value is 60 seconds, not 30.
2017-04-25 16:27:18 -03:00
Manuel de Brito Fontes
5684c82d6c
Release 0.9-beta.4
2017-04-24 22:51:49 -03:00
Arjan Schaaf
1a191846a9
Mentioned in the comments of #180 the annotation for configuration snippets was missing from the configuration documentation
2017-04-24 16:27:56 +02:00
Arjan Schaaf
389e0f527c
Nginx sticky annotations #258 made the global enable-sticky-sessions obsolete
2017-04-21 14:57:45 +02:00
Manuel de Brito Fontes
12d4aadf74
Allow configuration of features underscores_in_headers and ignore_invalid_headers
2017-04-20 18:12:16 -03:00
Manuel de Brito Fontes
cbe4029597
Add option to disable hsts preload
2017-04-05 22:48:43 -03:00
Manuel de Brito Fontes
3fc79625e6
Fix link to examples
2017-03-30 23:13:43 -03:00
Manuel de Brito Fontes
7e86cfe64b
Fix link to custom nginx configuration
2017-03-30 23:01:45 -03:00
Andreas Kohn
9dcac88b3d
Fix typos regarding the ssl-passthrough annotation documentation
2017-03-27 10:19:21 +02:00
Manuel de Brito Fontes
40f9064ca3
Add information about SSL Passthrough annotation
2017-03-26 17:25:05 -03:00