@@ -8,7 +8,7 @@ server {
index index.html index.htm;
}
- location ~ /prod-api/ {
+ location /prod-api/ {
proxy_pass http://blue-post-project-api-1:8080/;