You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -972,7 +972,7 @@ Some members of the cycle:
972
972
* free_connections, free_connections_n — the and number of currently available connections. If no connections are available, nginx worker refuses to accept new clients
973
973
* files, files_n — array for mapping file descriptors to nginx connections. This mapping is used by the event modules, having the NGX_USE_FD_EVENT flag (currently, it's poll and devpoll)
974
974
* conf_ctx — array of core module configurations. The configurations are created and filled while reading nginx configuration files
975
-
modules, modules_n — array of modules ngx_module_t, both static and dynamic, loaded by current configuration
975
+
*modules, modules_n — array of modules ngx_module_t, both static and dynamic, loaded by current configuration
976
976
* listening — array of listening objects ngx_listening_t. Listening objects are normally added by the the listen directive of different modules which call the ngx_create_listening() function. Based on listening objects, listen sockets are created by nginx
977
977
* paths — array of paths ngx_path_t. Paths are added by calling the function ngx_add_path() from modules which are going to operate on certain directories. These directories are created by nginx after reading configuration, if missing. Moreover, two handlers can be added for each path:
978
978
* path loader — executed only once in 60 seconds after starting or reloading nginx. Normally, reads the directory and stores data in nginx shared memory. The handler is called from a dedicated nginx process “nginx cache loader”
0 commit comments