Skip to content

Commit b339a5b

Browse files
committed
reverse update_template preserve after upstream fix
1 parent 9b53e4e commit b339a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG \
3030
NGINX_MODULE_COOKIE_FLAG_REPO_URL="https://github.com/AirisX/nginx_cookie_flag_module" \
3131
NGINX_MODULE_COOKIE_FLAG_VERSION="c4ff449318474fbbb4ba5f40cb67ccd54dc595d4" \
3232
NGINX_MODULE_MORE_HEADERS_REPO_URL="https://github.com/openresty/headers-more-nginx-module" \
33-
NGINX_MODULE_MORE_HEADERS_VERSION="201e7446b6aff930188d3d1863af4ad829fc6b21" \
33+
NGINX_MODULE_MORE_HEADERS_VERSION="201e7446b6aff930188d3d1863af4ad829fc6b21"
3434

3535
ENV \
3636
NGINX_USER=nginx \

rootfs/container/functions/10-nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ nginx_configure_server() {
227227

228228
nginx_configure_site_bootstrap() {
229229
for site_varlist in $(grep -oP "(?<=\{\{).*?(?=\}\})" "${1}"); do
230-
update_template preserve "${1}" \
230+
update_template "${1}" \
231231
"${site_varlist}"
232232
done
233233

0 commit comments

Comments
 (0)