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

Commit 036a49b

Browse files
committed
update changelog
1 parent b58e7f8 commit 036a49b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
283283

284284
## Versions
285285

286+
* **19.12.19:** - Increase large_client_header_buffers in nginx.conf to prevent 414 errors.
286287
* **18.12.19:** - Add php7-imap and php7-pecl-apcu.
287288
* **11.12.19:** - Fix Google Cloud DNS to use .json file for authentication.
288289
* **20.11.19:** - Fix cryptography version mismatch due to pip issue.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
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.12.19:", desc: "Increase large_client_header_buffers in nginx.conf to prevent 414 errors." }
129130
- { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
130131
- { date: "11.12.19:", desc: "Fix Google Cloud DNS to use .json file for authentication." }
131132
- { date: "20.11.19:", desc: "Fix cryptography version mismatch due to pip issue." }

root/defaults/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2019/10/27 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/nginx.conf
1+
## Version 2019/12/19 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/nginx.conf
22

33
user abc;
44
worker_processes 4;

0 commit comments

Comments
 (0)