This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
283
283
284
284
## Versions
285
285
286
+ * ** 19.12.19:** - Increase large_client_header_buffers in nginx.conf to prevent 414 errors.
286
287
* ** 18.12.19:** - Add php7-imap and php7-pecl-apcu.
287
288
* ** 11.12.19:** - Fix Google Cloud DNS to use .json file for authentication.
288
289
* ** 20.11.19:** - Fix cryptography version mismatch due to pip issue.
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126
126
127
127
# changelog
128
128
changelogs :
129
+ - { date: "19.12.19:", desc: "Increase large_client_header_buffers in nginx.conf to prevent 414 errors." }
129
130
- { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
130
131
- { date: "11.12.19:", desc: "Fix Google Cloud DNS to use .json file for authentication." }
131
132
- { date: "20.11.19:", desc: "Fix cryptography version mismatch due to pip issue." }
Original file line number Diff line number Diff line change 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
2
2
3
3
user abc ;
4
4
worker_processes 4 ;
22
22
keepalive_timeout 65 ;
23
23
types_hash_max_size 2048 ;
24
24
variables_hash_max_size 2048 ;
25
+ large_client_header_buffers 4 16k ;
25
26
26
27
# server_tokens off;
27
28
You can’t perform that action at this time.
0 commit comments