Skip to content

Commit

Permalink
Release 6.2.7 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 15, 2022
1 parent 9978f7b commit e249a43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.7 2022-11-15 <dave at tiredofit dot ca>

### Changed
- Fix spelling mistake with update_template for NGINX_MODE=REDIRECT


## 6.2.6 2022-10-19 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ RUN source assets/functions/00-container && \
EXPOSE 80

### Files Addition
ADD install /
COPY install /
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ RUN source /assets/functions/00-container && \
/var/lib/apt/lists/*

EXPOSE 80
ADD install /
COPY install /
2 changes: 1 addition & 1 deletion install/assets/functions/10-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ nginx_configure_mode() {
sanity_var NGINX_REDIRECT_URL "No Redirect URL"
NGINX_ENABLE_CREATE_SAMPLE_HTML=FALSE
print_notice "Redirect Mode Activated - Redirecting all traffic to ${NGINX_REDIRECT_URL}"
updat_template /etc/nginx/templates/redirect.template NGINX_REDIRECT_URL
update_template /etc/nginx/templates/redirect.template NGINX_REDIRECT_URL
sed -i "/include \/etc\/nginx\/sites.enabled\/\*.conf;/d" /etc/nginx/nginx.conf
sed -i "s|include /etc/nginx/templates/maintenance.template;|#include /etc/nginx/templates/maintenance.template;|g" /etc/nginx/nginx.conf
sed -i "/include \/etc\/nginx\/templates\/proxy.template;/d" /etc/nginx/nginx.conf
Expand Down

0 comments on commit e249a43

Please sign in to comment.