diff --git a/nginx/conf.d/tranga.conf b/nginx/conf.d/tranga.conf index 89341d6..3a9dffb 100644 --- a/nginx/conf.d/tranga.conf +++ b/nginx/conf.d/tranga.conf @@ -10,7 +10,7 @@ server { index index.html index.htm; } - location /api/ { + location ~ /api/ { proxy_pass_request_headers on; proxy_pass http://tranga-api:6531/; }