Home
last modified time | relevance | path

Searched refs:address (Results 1 – 10 of 10) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml1234 each is a unique combination of a host IP address (or a `*` wildcard to
1261 combination of a host IP address (or a `*` wildcard to match any host IP
2570 description: "Retrieves the `source` option that defines address patterns
2605 string array defines address patterns for trusted addresses, used by
4371 description: "Listener name; a unique combination of a host IP address
4801 summary: "Array of source address patterns"
4808 summary: "Single source address pattern"
5830 description: "Target IP address and optional port of the request."
5860 description: "Source IP address and optional port of the request."
5924 description: "Socket address of an HTTP server to where the request
[all …]
/unit/
H A DCHANGES204 *) Feature: forwarded header to replace client address and protocol.
210 *) Feature: support for Unix sockets in address matching.
315 *) Feature: client IP address replacement from a specified HTTP header
344 configuration contained a full-form IPv6 in a listener address.
350 empty array of source or destination address patterns.
642 *) Bugfix: negative address matching in router might work improperly in
H A DCODE_OF_CONDUCT.md30 address, without explicit permission
51 address, posting via an official social media account, or acting as an appointed
/unit/auto/
H A Dhelp38 --control=ADDRESS set address of control API socket
/unit/tools/
H A Dsetup-unit125 sock Print the control API socket address.
256 Use SOCK as the control API socket address. If not specified,
/unit/src/nodejs/unit-http/
H A Dhttp_server.js486 Server.prototype.address = function () { method in Server
489 address: "127.0.0.1",
H A Dsocket.js45 Socket.prototype.address = function address() { method in Socket
/unit/test/
H A Dtest_client_ip.py37 address = {
42 (addr, port) = address[sock_type]
H A Dtest_unix_abstract.py46 address = {
51 (addr, port) = address[sock_type]
/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java235 sa = proxy.address(); in connectToServerRecursive()