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
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.
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126
127127# changelog
128128changelogs :
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." }
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
22
33user abc;
44worker_processes 4;
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
You can’t perform that action at this time.
0 commit comments