Skip to content

Commit fb14906

Browse files
committed
Update nginx.conf
1 parent 9e9b734 commit fb14906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nginx.conf

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

88
# Proxy API -> gateway-service
99
location /api/ {
10-
proxy_pass http://gateway-service:8888/;
10+
proxy_pass http://gateway-service:8888/api/v1/;
1111
proxy_http_version 1.1;
1212

1313
proxy_set_header Host $host;

0 commit comments

Comments
 (0)