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

Related questions

0 votes
asked Feb 4, 2020 in VueJS by rajeshsharma
0 votes
asked Feb 4, 2020 in VueJS by rajeshsharma
0 votes
asked Apr 2, 2020 in NGINX by rajeshsharma
...