Skip to content

Commit f614746

Browse files
fix: Update API proxy pass URL to correct backend port
1 parent b6b6bd3 commit f614746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server {
1212

1313
# Proxy API calls to backend
1414
location /api/ {
15-
proxy_pass http://server-gateway:8080/api/;
15+
proxy_pass http://server-gateway:8081/api/;
1616
proxy_set_header Host $host;
1717
proxy_set_header X-Real-IP $remote_addr;
1818
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)