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

This commit is contained in:
2023-12-15 15:16:42 +11:00
parent abbd461f59
commit da06f7090e

View File

@@ -31,7 +31,7 @@ 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;