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

Commit 51cb870

Browse files
authored
Merge pull request #382 from Dulanic/Dulanic-patch-1
Update nginx.conf
2 parents 29e0ccc + 036a49b commit 51cb870

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-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: 2 additions & 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;
@@ -22,6 +22,7 @@ http {
2222
keepalive_timeout 65;
2323
types_hash_max_size 2048;
2424
variables_hash_max_size 2048;
25+
large_client_header_buffers 4 16k;
2526

2627
# server_tokens off;
2728

0 commit comments

Comments
 (0)