2019-07-31 10:39:21 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Exposing FastCGI Servers
|
|
|
|
|
|
2023-06-11 17:33:47 -03:00
|
|
|
**This feature has been removed from Ingress NGINX**
|
2019-07-31 10:39:21 -04:00
|
|
|
|
2023-06-11 17:33:47 -03:00
|
|
|
People willing to use fastcgi servers, should create an NGINX + FastCGI service and expose
|
|
|
|
|
this service via Ingress NGINX.
|
2019-07-31 10:39:21 -04:00
|
|
|
|
2023-06-11 17:33:47 -03:00
|
|
|
We recommend using images like `cgr.dev/chainguard/nginx:latest` and expose your fast_cgi application
|
|
|
|
|
as another container on this Pod.
|