Skip to content

Commit f9069f7

Browse files
author
Ankur Srivastava
committed
fixed backend service links
1 parent 58ca32d commit f9069f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http {
99

1010
## host should be changed when there will be a proper link
1111
location ~ ^/(api|oauth) {
12-
proxy_pass http://python-backend:8080;
12+
proxy_pass http://backend-s:8080;
1313
}
1414

1515
location / {

0 commit comments

Comments
 (0)