fix: Don't proxy host
All checks were successful
Build Docker / Build Docker (push) Successful in 23s

This commit is contained in:
Nathan Woodburn 2023-12-15 14:38:05 +11:00
parent a0d395ae4e
commit 2d446c8056
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -13,7 +13,6 @@ server {
location / {
proxy_pass https://loadbalancer;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;