Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 501f916

Browse files
committed
update readme
1 parent 05e788b commit 501f916

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
254254

255255
## Versions
256256

257+
* **19.06.19:** - Set resolver to docker dns in ssl.conf.
257258
* **29.05.19:** - Compensate for changes to the reverse-proxy-confs repo.
258259
* **26.05.19:** - Remove botocore/urllib patch.
259260
* **08.05.19:** - Remove default.conf when nginx is upgraded in downstream image.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "19.06.19:", desc: "Set resolver to docker dns in ssl.conf." }
129130
- { date: "29.05.19:", desc: "Compensate for changes to the reverse-proxy-confs repo." }
130131
- { date: "26.05.19:", desc: "Remove botocore/urllib patch." }
131132
- { date: "08.05.19:", desc: "Remove default.conf when nginx is upgraded in downstream image." }

root/defaults/ssl.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2019/03/10 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/ssl.conf
1+
## Version 2019/06/19 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/ssl.conf
22

33
# session settings
44
ssl_session_timeout 1d;

0 commit comments

Comments
 (0)