NGINX NGINX sub_filter: Modify Responses on the Fly. NGINX isn’t only a reverse proxy. With sub_filter, it can transform upstream HTML responses on the fly. Letting you inject CSS, modify content, or customize applications without touching their original files.
proxies Forward Proxy VS Reverse Proxy. The position of a proxy — is what makes a proxy either a forward or reverse proxy. The easiest way to remember the difference between these two proxy is - Forward proxy is used by clients where as Reverse proxy is used by servers. Let us jump into it.