diff --git a/conf/nginx.conf b/conf/nginx.conf index 35149a4..f171bf2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location YNH_LOCATION { - proxy_pass http://127.0.0.1:8080$request_uri; + proxy_pass http://127.0.0.1:8080; proxy_redirect off;