fix: Try adding request uri
All checks were successful
Build Docker / Build Docker (push) Successful in 22s
All checks were successful
Build Docker / Build Docker (push) Successful in 22s
This commit is contained in:
parent
abbd461f59
commit
da06f7090e
@ -31,7 +31,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Set proxy_pass based on the chosen upstream
|
# 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_ssl_verify off;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user