This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
267
267
268
268
## Versions
269
269
270
+ * ** 23.10.19:** - Update Host header in ` proxy.conf ` to fix CSRF issues.
270
271
* ** 12.10.19:** - Add linode dns validation plugin.
271
272
* ** 23.09.19:** - Move GeoIP2 db to /config to make it persistent.
272
273
* ** 14.08.19:** - Add inwx dns validation plugin.
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: "23.10.19:", desc: "Update Host header in `proxy.conf` to fix CSRF issues." }
129
130
- { date: "12.10.19:", desc: "Add linode dns validation plugin." }
130
131
- { date: "23.09.19:", desc: "Move GeoIP2 db to /config to make it persistent." }
131
132
- { date: "14.08.19:", desc: "Add inwx dns validation plugin." }
Original file line number Diff line number Diff line change 1
- ## Version 2019/08/11 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/proxy.conf
1
+ ## Version 2019/10/23 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/proxy.conf
2
2
3
3
client_body_buffer_size 128k;
4
4
@@ -15,7 +15,7 @@ proxy_connect_timeout 240;
15
15
proxy_set_header Early-Data $ssl_early_data;
16
16
17
17
# Basic Proxy Config
18
- proxy_set_header Host $host:$server_port ;
18
+ proxy_set_header Host $host;
19
19
proxy_set_header X-Real-IP $remote_addr;
20
20
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
21
21
proxy_set_header X-Forwarded-Proto https;
You can’t perform that action at this time.
0 commit comments