forked from macbre/docker-nginx-http3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
58 lines (43 loc) · 1.48 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# vim: sw=2 et
# Runtime ENV
DNS_RESOLVER=1.1.1.1
NGINX_ENVSUBST_TEMPLATE_SUFFIX=.conf
NGINX_LOG_ERROR_LEVEL=warn
NGINX_LOG_FORMAT_NAME=main
NGINX_LOG_INFO_ON_START=buildinfo
NGINX_LOG_PATH_ACCESS=/var/log/nginx/access.log
NGINX_LOG_PATH_ERROR=/var/log/nginx/error.log
NGINX_SERVER_HEADER=
NGINX_WORKER_PROCESSES=auto
TZ=UTC
USER_NAME=nginx
USER_ID=101
GROUP_NAME=nginx
GROUP_ID=101
# Build ENV
IMAGE_NAME="compilenix/nginx"
BUILD_CACHE=
# BUILD_CACHE="--no-cache"
# Reduce build jobs by 4 if there are more then 7 cores else set jobs to half of core count
# This is useful if you dont want to congest the cpu of your building system
BUILD_THROTTLE=n
# https://github.com/Orange-OpenSource/hurl/releases/latest
HURL_VERSION=6.0.0
# https://github.com/nginx/nginx/tags
NGINX_VERSION=1.27.4
NGINX_COMMIT=ecb809305e54ed15be9f620d56b19ff4e4be7db5
# https://github.com/nginx/njs/tags
NJS_VERSION=0.8.9
NJS_COMMIT=b87ad67adb2c557bd96e52a3221748a7ba028858
# https://github.com/openssl/openssl/blob/openssl-3.4/CHANGES.md?plain=1
OPENSSL_VERSION=3.4.1
# https://github.com/openresty/headers-more-nginx-module/tags
HEADERS_MORE_VERSION=0.38
# https://github.com/google/ngx_brotli/commits/master
NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
# https://github.com/arut/nginx-rtmp-module/tags
RTMP_VERSION=1.2.2
# https://github.com/tokers/zstd-nginx-module/tags
ZSTD_MODULE_VERSION=0.1.1
# https://github.com/bellard/quickjs/commits/master
QUICK_JS_COMMIT=6e2e68fd0896957f92eb6c242a2e048c1ef3cae0