File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rootfs/container/functions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
3535ENV \
3636 NGINX_USER=nginx \
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ nginx_configure_server() {
227227
228228nginx_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
You can’t perform that action at this time.
0 commit comments