Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 28) sorted by path

12

/unit/.github/workflows/
H A Dci.yml82 # Python is the default module for tests
218 # Uses default Actions VM Perl
/unit/
H A DCHANGES76 *) Bugfix: Node.JS unit-http NPM module now has appropriate default
116 *) Feature: default values for 'make install' pathnames such as prefix;
138 *) Bugfix: enabled UTF-8 for Python config by default to avoid
156 *) Change: prefer system crypto policy instead of hardcoding a default.
355 *) Change: PHP added to the default MIME type list.
462 *) Change: procfs is mounted by default for all languages when "rootfs"
469 from requests by default.
511 *) Change: AVIF and APNG image formats added to the default MIME type
836 found in default search paths; this allows to meet packaging
934 *) Bugfix: building on systems with non-default locale might be broken.
H A DREADME.md100 usually available by default via a Unix domain socket:
/unit/auto/
H A Dclang122 nxt_feature_test="int n __attribute__ ((visibility(\"default\")));
H A Dhelp14 --prefix=DIR default: "/usr/local"
15 --exec-prefix=DIR default: "\$prefix"
16 --bindir=DIR default: "\$exec_prefix/bin"
17 --sbindir=DIR default: "\$exec_prefix/sbin"
18 --includedir=DIR default: "\$prefix/include"
19 --libdir=DIR default: "\$exec_prefix/lib"
21 --datarootdir=DIR default: "\$prefix/share"
22 --mandir=DIR default: "\$datarootdir/man"
24 --localstatedir=DIR default: "\$prefix/var"
28 --tmpdir=DIR default: "/tmp"
[all …]
H A Dtypes8 # "-Wall -Werror" or similar constraints in default CFLAGS may require
/unit/auto/modules/
H A Djava35 default: "$NXT_JAR_REPO"
37 default: "$NXT_JAR_LOCAL_REPO"
H A Dperl22 --perl=FILE set perl executable, default: perl
H A Druby22 --ruby=FILE set ruby executable, default: ruby
H A Dwasm27 --runtime=RUNTIME set the WASM runtime to use (default: wasmtime)
28 --module=NAME set Unit WASM module name (default: wasm)
31 --rpath[=DIRECTORY] set the rpath (default: --lib-path)
/unit/auto/os/
H A Dconf106 # HFS+ volumes are caseless by default.
/unit/docs/
H A Dunit-openapi.yaml46 default: "localhost"
49 default: "8080"
5504 default: 1
5993 default: true
6085 default: 0
6090 default: 300
6103 default: false
6161 default: 30
6175 default: 30
6182 default: 180
[all …]
/unit/pkg/
H A DMakefile9 default: target
45 .PHONY: default rpm deb docker npm clean
/unit/pkg/deb/
H A DMakefile190 default: target
368 .PHONY: default all modules test test-debug clean
/unit/pkg/deb/debian/
H A Dunit-debug.service9 EnvironmentFile=-/etc/default/unit
H A Dunit.init27 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
H A Dunit.service9 EnvironmentFile=-/etc/default/unit
/unit/pkg/docker/
H A DDockerfile.wasm63 …& ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-…
H A DMakefile100 … ./rustup-init -y --no-modify-path --profile minimal --default-toolchain \$$RUST_VERSION --default
109 default: target
174 .PHONY: default build dockerfiles clean library
/unit/pkg/npm/
H A DMakefile9 default: target
28 .PHONY: default all copy publish clean
/unit/pkg/rpm/
H A DMakefile161 default: target
305 .PHONY: default all modules specs rpmlint test test-debug clean
H A Dunit.spec.in207 default. Review your system permissions and Unit configuration so apps and
/unit/src/java/nginx/unit/websocket/
H A DLocalStrings.properties127 wsWebSocketContainer.defaultConfiguratorFail=Failed to create the default configurator
/unit/src/wasm-wasi-component/
H A DCargo.toml13 futures-util = { version = "0.3.29", default-features = false }
15 http-body = { version = "1.0.0", default-features = false }
17 tokio = { version = "1.33.0", default-features = false }
18 wasmtime = { version = "17.0.0", default-features = false, features = ['component-model', 'cranelif…
H A Dbuild.rs8 let bindings = bindgen::Builder::default() in main()

12