forked from macbre/docker-nginx-http3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (43 loc) · 1.49 KB
/
Copy path.env.example
File metadata and controls
58 lines (43 loc) · 1.49 KB
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 filetype=dotenv
# 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=8.0.1
# https://github.com/nginx/nginx/tags
NGINX_VERSION=1.31.3
NGINX_COMMIT=073ab5db06ec5f5079280a60a28f450b8f1ac504
# https://github.com/nginx/njs/tags
NJS_VERSION=1.0.0
NJS_COMMIT=ad60b62c3b4ca6339ca19c19ceed8c942dbe575d
# https://github.com/openssl/openssl/blob/openssl-4.0/CHANGES.md?plain=1
OPENSSL_VERSION=4.0.1
# https://github.com/openresty/headers-more-nginx-module/tags
HEADERS_MORE_VERSION=0.40
# 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=04be246001599f5995fa2f2d8c91a0f198d3f34c