Cleanup docs (#5043)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-09 20:50:27 -03:00 committed by GitHub
parent e5aaf15639
commit 34b6d083b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 55 deletions

View file

@ -79,15 +79,13 @@ spec:
servicePort: fastcgi
```
## The FastCGI Ingress Annotations
## FastCGI Ingress Annotations
### The `nginx.ingress.kubernetes.io/backend-protocol` Annotation
To enable FastCGI, the `backend-protocol` annotation needs to be set to `FCGI`, which overrides the default `HTTP` value.
To enable FastCGI, the `nginx.ingress.kubernetes.io/backend-protocol` annotation needs to be set to `FCGI`, which overrides the default `HTTP` value.
> `nginx.ingress.kubernetes.io/backend-protocol: "FCGI"`
This enables the _FastCGI_ mode for the whole _Ingress_ object.
**This enables the _FastCGI_ mode for all paths defined in the _Ingress_ object**
### The `nginx.ingress.kubernetes.io/fastcgi-index` Annotation