diff --git a/nginx-forwarder/default.conf.template b/nginx-forwarder/default.conf.template index 17c2abbd..057899b8 100644 --- a/nginx-forwarder/default.conf.template +++ b/nginx-forwarder/default.conf.template @@ -2,7 +2,7 @@ server { listen 80; location / { - proxy_pass ${TARGET_URL}; + proxy_pass ${TARGET_URL}/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;