ingress-nginx-helm/docs/user-guide/fcgi-services.md

12 lines
345 B
Markdown
Raw Normal View History

# Exposing FastCGI Servers
2023-06-11 17:33:47 -03:00
**This feature has been removed from Ingress NGINX**
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.
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.