fix: Try adding request uri
All checks were successful
Build Docker / Build Docker (push) Successful in 22s

This commit is contained in:
Nathan Woodburn 2023-12-15 15:16:42 +11:00
parent abbd461f59
commit da06f7090e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -31,8 +31,8 @@ server {
}
# Set proxy_pass based on the chosen upstream
proxy_pass https://$upstream_host;
proxy_pass https://$upstream_host$request_uri;
proxy_ssl_verify off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;