diff --git a/nginx.conf b/nginx.conf index 7f9b2af..94bd0bd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;