Fix doc links (#1925)
* Fix documentation links * Replace external-traffic annotation * Update awesome_bot docker image
This commit is contained in:
parent
b50cdc0256
commit
5a16a7aaa0
9 changed files with 11 additions and 12 deletions
|
|
@ -391,7 +391,7 @@ _References:_
|
|||
Sets the name of the secret that contains Diffie-Hellman key to help with "Perfect Forward Secrecy".
|
||||
|
||||
_References:_
|
||||
- https://www.openssl.org/docs/manmaster/apps/dhparam.html
|
||||
- https://wiki.openssl.org/index.php/Manual:Dhparam(1)
|
||||
- https://wiki.mozilla.org/Security/Server_Side_TLS#DHE_handshake_and_dhparam
|
||||
- http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Each request to the default backend includes two headers:
|
|||
|
||||
**Important:** the custom backend must return the correct HTTP status code to be returned. NGINX do not changes the response from the custom default backend.
|
||||
|
||||
Using this two headers is possible to use a custom backend service like [this one](https://github.com/kubernetes/ingress-nginx/tree/master/examples/customization/custom-errors/nginx) that inspect each request and returns a custom error page with the format expected by the client. Please check the example [custom-errors](examples/customization/custom-errors/README.md)
|
||||
Using this two headers is possible to use a custom backend service like [this one](https://github.com/kubernetes/ingress-nginx/tree/master/images/custom-error-pages) that inspect each request and returns a custom error page with the format expected by the client. Please check the example [custom-errors](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-errors)
|
||||
|
||||
NGINX sends additional headers that can be used to build custom response:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue