Skip to content

Commit cc1199f

Browse files
committed
2 parents f350ed7 + 3acf046 commit cc1199f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/nginx.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
map $original_uri $api_uri {
1+
map $request_uri $api_uri {
22
~^/api(/.*$) $1;
3-
default $original_uri;
3+
default $request_uri;
44
}
55

66
server {

0 commit comments

Comments
 (0)