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