Skip to content

Commit

Permalink
password reset mail now does not include :80 port (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
louking committed Dec 7, 2024
1 parent 97f4e1d commit b9d5ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ http {
# see https://github.com/sjmf/reverse-proxy-minimal-example
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $port;
proxy_set_header X-Forwarded-Proto $real_scheme;

# see https://computingforgeeks.com/how-to-solve-nginx-warn-could-not-build-optimal-proxy-headers-hash-error/
Expand Down

0 comments on commit b9d5ffc

Please sign in to comment.