Skip to content

Commit e249a43

Browse files
committed
Release 6.2.7 - See CHANGELOG.md
1 parent 9978f7b commit e249a43

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.2.7 2022-11-15 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Fix spelling mistake with update_template for NGINX_MODE=REDIRECT
5+
6+
17
## 6.2.6 2022-10-19 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ RUN source assets/functions/00-container && \
166166
EXPOSE 80
167167

168168
### Files Addition
169-
ADD install /
169+
COPY install /

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ RUN source /assets/functions/00-container && \
152152
/var/lib/apt/lists/*
153153

154154
EXPOSE 80
155-
ADD install /
155+
COPY install /

install/assets/functions/10-nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ nginx_configure_mode() {
345345
sanity_var NGINX_REDIRECT_URL "No Redirect URL"
346346
NGINX_ENABLE_CREATE_SAMPLE_HTML=FALSE
347347
print_notice "Redirect Mode Activated - Redirecting all traffic to ${NGINX_REDIRECT_URL}"
348-
updat_template /etc/nginx/templates/redirect.template NGINX_REDIRECT_URL
348+
update_template /etc/nginx/templates/redirect.template NGINX_REDIRECT_URL
349349
sed -i "/include \/etc\/nginx\/sites.enabled\/\*.conf;/d" /etc/nginx/nginx.conf
350350
sed -i "s|include /etc/nginx/templates/maintenance.template;|#include /etc/nginx/templates/maintenance.template;|g" /etc/nginx/nginx.conf
351351
sed -i "/include \/etc\/nginx\/templates\/proxy.template;/d" /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)