Skip to content

Commit b1dd684

Browse files
author
Utkarsh
committed
FChanging the nginx config
1 parent 5ef12ab commit b1dd684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myShop-frontend/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ server {
2020
location /api/ {
2121
# It forwards the request to the 'backend' service on port 8080.
2222
# Docker Compose lets containers find each other by their service name ('backend').
23-
proxy_pass http://backend:8080/api/;
23+
proxy_pass http://ecom-backend.railway.internal:8080/api/;
2424
}
2525
}

0 commit comments

Comments
 (0)