diff --git a/nginx.conf b/nginx.conf index 15f8c0c..3c6810b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -8,10 +8,10 @@ server { } location /api/be { - proxy_pass http://${BE_HOST}:${BE_PORT}; + proxy_pass http://${BE_HOST}:${BE_PORT}/; } location /api/rec { - proxy_pass http://${REC_HOST}:${REC_PORT}; + proxy_pass http://${REC_HOST}:${REC_PORT}/; } error_page 500 502 503 504 /50x.html;