Skip to content

Commit

Permalink
Release 5.3.11 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 23, 2022
1 parent a5f5f5b commit a496393
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.3.11 2022-06-23 <dave at tiredofit dot ca>

### Added
- Support tiredofit/nginx:6.0.0 and tiredofit/nginx-php-fpm:7.0.0 changes


## 5.3.10 2022-05-24 <dave at tiredofit dot ca>

### Changed
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV BACKUPPC_VERSION=4.4.0 \
NGINX_ENABLE_CREATE_SAMPLE_HTML=FALSE \
NGINX_USER=backuppc \
NGINX_GROUP=backuppc \
NGINX_SITE_ENABLED=backuppc \
CONTAINER_ENABLE_MESSAGING=TRUE \
IMAGE_NAME="tiredofit/backuppc" \
IMAGE_REPO_URL="https://github.com/tiredofit/docker-backuppc/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}

### Don't edit past here
include /etc/nginx/nginx.conf.d/site_optimization.conf;
include /etc/nginx/nginx.conf.d/exploit_protection.conf;
include /etc/nginx/snippets/site_optimization.conf;
include /etc/nginx/snippets/exploit_protection.conf;
}

0 comments on commit a496393

Please sign in to comment.