/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 16 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 D | addon.cpp | 12 return Unit::init(env, exports); in Init() 15 NAPI_MODULE(Unit, Init)
|
H A D | README.md | 3 # Node.js Package for NGINX Unit 5 For details, see [NGINX Unit documentation](https://unit.nginx.org).
|
H A D | unit.h | 12 class Unit : public nxt_napi { 17 Unit(napi_env env, napi_value jsthis); 18 ~Unit();
|
/unit/pkg/deb/debian/ |
H A D | control.in | 21 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 D | unit.service | 1 [Unit] section 2 Description=NGINX Unit argument
|
H A D | unit-debug.service | 1 [Unit] section 2 Description=NGINX Unit argument
|
H A D | unit.postinst | 16 Since version 1.22.0, Unit's non-privileged processes run as unit:unit by
|
/unit/pkg/docker/ |
H A D | welcome.md | 1 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 D | README.md | 1 # NGINX Unit 5  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 D | CHANGES | 2 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 D | README.md | 1 # 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 D | unit.service | 12 [Unit] section 13 Description=NGINX Unit argument
|
H A D | unit-debug.service | 12 [Unit] section 13 Description=NGINX Unit argument
|
H A D | unit.example-ruby-app | 4 }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
|
H A D | COPYRIGHT.unit-jsc8 | 2 NGINX Unit. 33 for NGINX Unit.
|
H A D | COPYRIGHT.unit-jsc11 | 2 NGINX Unit. 33 for NGINX Unit.
|
/unit/src/java/ |
H A D | README.JSR-340 | 3 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 D | index.jsp | 2 <% response.addHeader("X-Unit-JSP", "ok"); %>
|
/unit/pkg/deb/debian.module/ |
H A D | unit.example-ruby-app | 4 }, ["Hello from Unit running with Ruby #{RUBY_VERSION}!\n\n"]]
|
H A D | copyright.unit-jsc8 | 2 NGINX Unit. 34 for NGINX Unit.
|
H A D | copyright.unit-jsc11 | 2 NGINX Unit. 34 for NGINX Unit.
|
/unit/test/java/welcome_files/dir2/ |
H A D | default.jsp | 3 <% response.addHeader("X-Unit-JSP", "ok"); %>
|
/unit/src/ |
H A D | unit.pc.in | 7 Description: library to embed Unit
|
/unit/pkg/rpm/ |
H A D | unit.spec.in | 28 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
|