@@ -70,50 +70,50 @@ RUN \
7070 # https://github.com/openresty/openresty/issues/267
7171 sed-patch 's|#ifndef __SSE4_2__|#if 1|' configure && \
7272 ./configure -j$(nproc) \
73- --prefix=/var/lib/nginx \
74- --sbin-path=/usr/sbin/nginx \
75- --modules-path=/usr/lib/nginx/modules \
76- --conf-path=/etc/nginx/nginx.conf \
77- --pid-path=/var/run/nginx/nginx.pid \
78- --lock-path=/var/run/nginx/nginx.lock \
79- --error-log-path=/config/log/error.log \
80- --http-log-path=/config/log/access.log \
81- \
82- --http-client-body-temp-path=/var/tmp/nginx/client_body \
83- --http-proxy-temp-path=/var/tmp/nginx/proxy \
84- --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi \
85- --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi \
86- --http-scgi-temp-path=/var/tmp/nginx/scgi \
87- --with-perl_modules_path=/usr/lib/perl5/vendor_perl \
88- \
89- --user=nginx \
90- --group=nginx \
91- --with-threads \
92- --with-file-aio \
93- \
94- --with-http_ssl_module \
95- --with-http_v2_module \
96- --with-http_realip_module \
97- --with-http_addition_module \
98- --with-http_sub_module \
99- --with-http_dav_module \
100- --with-http_flv_module \
101- --with-http_mp4_module \
102- --with-http_gunzip_module \
103- --with-http_gzip_static_module \
104- --with-http_auth_request_module \
105- --with-http_random_index_module \
106- --with-http_secure_link_module \
107- --with-http_degradation_module \
108- --with-http_slice_module \
109- --with-http_stub_status_module \
73+ --prefix=/var/lib/nginx \
74+ --sbin-path=/usr/sbin/nginx \
75+ --modules-path=/usr/lib/nginx/modules \
76+ --conf-path=/etc/nginx/nginx.conf \
77+ --pid-path=/var/run/nginx/nginx.pid \
78+ --lock-path=/var/run/nginx/nginx.lock \
79+ --error-log-path=/config/log/error.log \
80+ --http-log-path=/config/log/access.log \
81+ \
82+ --http-client-body-temp-path=/var/tmp/nginx/client_body \
83+ --http-proxy-temp-path=/var/tmp/nginx/proxy \
84+ --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi \
85+ --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi \
86+ --http-scgi-temp-path=/var/tmp/nginx/scgi \
87+ --with-perl_modules_path=/usr/lib/perl5/vendor_perl \
88+ \
89+ --user=nginx \
90+ --group=nginx \
91+ --with-threads \
92+ --with-file-aio \
93+ \
94+ --with-http_ssl_module \
95+ --with-http_v2_module \
96+ --with-http_realip_module \
97+ --with-http_addition_module \
98+ --with-http_sub_module \
99+ --with-http_dav_module \
100+ --with-http_flv_module \
101+ --with-http_mp4_module \
102+ --with-http_gunzip_module \
103+ --with-http_gzip_static_module \
104+ --with-http_auth_request_module \
105+ --with-http_random_index_module \
106+ --with-http_secure_link_module \
107+ --with-http_degradation_module \
108+ --with-http_slice_module \
109+ --with-http_stub_status_module \
110110 --with-http_geoip_module \
111- --with-stream \
112- --with-stream_ssl_module \
113- --with-stream_realip_module \
114- --with-stream_ssl_preread_module \
111+ --with-stream \
112+ --with-stream_ssl_module \
113+ --with-stream_realip_module \
114+ --with-stream_ssl_preread_module \
115115 --with-stream_geoip_module \
116- --with-pcre-jit \
116+ --with-pcre-jit \
117117 && \
118118 make -j$(nproc) && \
119119 # Install.
0 commit comments