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

Commit 25faba9

Browse files
authored
Merge pull request #259 from linuxserver/proxy
remove client_body_max
2 parents 4ef3ee2 + 25c8a55 commit 25faba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th
141141

142142
## Versions
143143

144+
+ **21.01.19:** Remove client_body_max from proxy.conf (existing users need to manually update).
144145
+ **09.01.19:** Remove tls v1 and v1.1 from default ssl.conf, update ciphers (existing users need to manually update).
145146
+ **30.12.18:** Fix bundle key generation.
146147
+ **19.12.18:** Add ipv6 and http/2 support to default site config.

Diff for: root/defaults/proxy.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## Version 2018/05/31 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/proxy.conf
1+
## Version 2019/01/21 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/proxy.conf
22

3-
client_max_body_size 10m;
43
client_body_buffer_size 128k;
54

65
#Timeout if the real server is dead

0 commit comments

Comments
 (0)