0 votes
in NGINX by
What Is The Use Of Stub_status And Sub_filter Directives?

1 Answer

0 votes
by
Stub_status directive: This directive is used to know the current status of Nginx like current active connection, total connection accepted and handled current number of read/write/wait connection

Sub_filter directive: It is used to search and replace the content in response, and quick fix for stale data
...