diff --git a/client/nginx/default.conf b/client/nginx/default.conf index 8e10fab..7651bae 100644 --- a/client/nginx/default.conf +++ b/client/nginx/default.conf @@ -14,7 +14,6 @@ server { location /api/ { set $backend http://server:3000; - rewrite ^/api/?(.*)$ /$1 break; proxy_pass $backend; proxy_http_version 1.1; proxy_set_header Host $host;