Skip to content

Commit

Permalink
Remove unneccessary header from http-only nginx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
okeneo committed Apr 18, 2024
1 parent bbb7626 commit 39beee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/default-no-ssl.prod.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Url-Scheme $scheme;
}

Expand Down

0 comments on commit 39beee5

Please sign in to comment.