This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
267267
268268## Versions
269269
270+ * ** 23.10.19:** - Update Host header in ` proxy.conf ` to fix CSRF issues.
270271* ** 12.10.19:** - Add linode dns validation plugin.
271272* ** 23.09.19:** - Move GeoIP2 db to /config to make it persistent.
272273* ** 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: ""
126126
127127# changelog
128128changelogs :
129+ - { date: "23.10.19:", desc: "Update Host header in `proxy.conf` to fix CSRF issues." }
129130 - { date: "12.10.19:", desc: "Add linode dns validation plugin." }
130131 - { date: "23.09.19:", desc: "Move GeoIP2 db to /config to make it persistent." }
131132 - { 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
22
33client_body_buffer_size 128k;
44
@@ -15,7 +15,7 @@ proxy_connect_timeout 240;
1515proxy_set_header Early-Data $ssl_early_data;
1616
1717# Basic Proxy Config
18- proxy_set_header Host $host:$server_port ;
18+ proxy_set_header Host $host;
1919proxy_set_header X-Real-IP $remote_addr;
2020proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
2121proxy_set_header X-Forwarded-Proto https;
You can’t perform that action at this time.
0 commit comments