Skip to content

Commit 96a11b4

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <[email protected]>
1 parent ece5dbc commit 96a11b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
2424
mv /src/nginx-"$NGINX_VER" /src/nginx && \
2525
wget https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.25.1%2B.patch -O /src/nginx/1.patch && \
2626
wget https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.23.0-resolver_conf_parsing.patch -O /src/nginx/2.patch && \
27-
# sed -i "s|nginx/|nginx-proxy-manager/|g" /src/nginx/src/core/nginx.h && \
28-
# sed -i "s|Server: nginx|Server: nginx-proxy-manager|g" /src/nginx/src/http/ngx_http_header_filter_module.c && \
29-
# sed -i "s|<hr><center>nginx</center>|<hr><center>nginx-proxy-manager</center>|g" /src/nginx/src/http/ngx_http_special_response.c && \
27+
sed -i "s|nginx/|nginx-quic/|g" /src/nginx/src/core/nginx.h && \
28+
sed -i "s|Server: nginx|Server: nginx-quic|g" /src/nginx/src/http/ngx_http_header_filter_module.c && \
29+
sed -i "s|<hr><center>nginx</center>|<hr><center>nginx-quic</center>|g" /src/nginx/src/http/ngx_http_special_response.c && \
3030
cd /src/nginx && \
3131
patch -p1 </src/nginx/1.patch && \
3232
patch -p1 </src/nginx/2.patch && \

0 commit comments

Comments
 (0)