Home
last modified time | relevance | path

Searched refs:Unit (Results 1 – 25 of 95) sorted by relevance

1234

/unit/src/nodejs/unit-http/
H A Dunit.cpp16 napi_ref Unit::constructor_;
150 Unit::Unit(napi_env env, napi_value jsthis): in Unit() function in Unit
159 Unit::~Unit() in ~Unit()
207 Unit *obj = reinterpret_cast<Unit *>(nativeObject); in destroy()
249 Unit *obj; in create_server()
304 Unit *obj; in request_handler_cb()
347 Unit *obj; in websocket_handler_cb()
390 Unit *obj; in close_handler_cb()
439 Unit *obj; in shm_ack_handler_cb()
474 Unit *obj; in add_port()
[all …]
H A Daddon.cpp12 return Unit::init(env, exports); in Init()
15 NAPI_MODULE(Unit, Init)
H A DREADME.md3 # Node.js Package for NGINX Unit
5 For details, see [NGINX Unit documentation](https://unit.nginx.org).
H A Dunit.h12 class Unit : public nxt_napi {
17 Unit(napi_env env, napi_value jsthis);
18 ~Unit();
/unit/pkg/deb/debian/
H A Dcontrol.in21 Description: NGINX Unit
22 NGINX Unit is a runtime and delivery environment for modern distributed
35 Description: NGINX Unit (debug symbols)
36 This package contains the debugging symbols for NGINX Unit.
44 Description: NGINX Unit (development files)
45 Library and include files required for NGINX Unit modules development.
H A Dunit.service1 [Unit] section
2 Description=NGINX Unit argument
H A Dunit-debug.service1 [Unit] section
2 Description=NGINX Unit argument
H A Dunit.postinst16 Since version 1.22.0, Unit's non-privileged processes run as unit:unit by
/unit/pkg/docker/
H A Dwelcome.md1 Welcome to NGINX Unit
4 Congratulations! NGINX Unit is installed and running.
13 - Guidance for running Unit in a container and tips for containerized applications.
20 Unit's control API is currently listening for configuration changes on the Unix socket at
29 NGINX Unit - the universal web app server
/unit/
H A DREADME.md1 # NGINX Unit
5 ![NGINX Unit Logo](docs/unitlogo.svg)
7 NGINX Unit is a lightweight and versatile open-source server that has
13 Unit compresses several layers of the modern application stack into a potent,
74 Unit runs apps in a
81 <?php echo "Hello, PHP on Unit!"; ?>
84 To run it on Unit with the `unit-php` module installed, first set up an
127 Now Unit accepts requests at the specified IP and port, passing them to the
133 Hello, PHP on Unit!
142 Unit's output should contain both snippets, neatly organized:
[all …]
H A DCHANGES2 Changes with Unit 1.31.0 31 Aug 2023
22 Changes with Unit 1.30.0 10 May 2023
50 Changes with Unit 1.29.1 28 Feb 2023
71 Changes with Unit 1.29.0 15 Dec 2022
111 Changes with Unit 1.28.0 13 Sep 2022
150 Changes with Unit 1.27.0 02 Jun 2022
186 Changes with Unit 1.26.1 02 Dec 2021
188 *) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
597 when Unit daemon runs as an unprivileged user.
654 *) Bugfix: WebSocket support was broken if Unit was built with some
[all …]
/unit/tools/
H A DREADME.md1 # Unit Tools
4 managing NGINX Unit. They may not be part of official packages and
14 ### A script that simplifies installing and configuring an NGINX Unit server for first-time users
17 Unit repository for later installation.
19 web page with NGINX Unit.
25 ### A curl wrapper for managing NGINX Unit configuration
29 * **URI** specifies the target in Unit's control API, e.g. `/config` .
47 For local instances of Unit, the control socket is automatically detected.
65 For remote instances of NGINX Unit, the control socket on the remote host can
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.service12 [Unit] section
13 Description=NGINX Unit argument
H A Dunit-debug.service12 [Unit] section
13 Description=NGINX Unit argument
H A Dunit.example-ruby-app4 }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
H A DCOPYRIGHT.unit-jsc82 NGINX Unit.
33 for NGINX Unit.
H A DCOPYRIGHT.unit-jsc112 NGINX Unit.
33 for NGINX Unit.
/unit/src/java/
H A DREADME.JSR-3403 This version of Unit code is made available in support of the open source
5 testing purposes only. This Unit code is untested and presumed incompatible
/unit/test/java/jsp/
H A Dindex.jsp2 <% response.addHeader("X-Unit-JSP", "ok"); %>
/unit/pkg/deb/debian.module/
H A Dunit.example-ruby-app4 }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
H A Dcopyright.unit-jsc82 NGINX Unit.
34 for NGINX Unit.
H A Dcopyright.unit-jsc112 NGINX Unit.
34 for NGINX Unit.
/unit/test/java/welcome_files/dir2/
H A Ddefault.jsp3 <% response.addHeader("X-Unit-JSP", "ok"); %>
/unit/src/
H A Dunit.pc.in7 Description: library to embed Unit
/unit/pkg/rpm/
H A Dunit.spec.in28 Summary: NGINX Unit
56 NGINX Unit is a runtime and delivery environment for modern distributed
68 Summary: NGINX Unit (development files)
74 Library and include files required for NGINX Unit modules development.
177 Thank you for installing NGINX Unit!
206 Since version 1.22.0, Unit's non-privileged processes run as unit:unit by
207 default. Review your system permissions and Unit configuration so apps and

1234