Skip to content

Commit

Permalink
Update reverse-proxy.md
Browse files Browse the repository at this point in the history
Signed-off-by: Vince <wlmqpsc@gmail.com>
  • Loading branch information
vnwnv authored Mar 18, 2024
1 parent f53f3c7 commit ae8c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ server {
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade_keepalive;
}
Expand Down

0 comments on commit ae8c9c4

Please sign in to comment.