Fixed nginx config
This commit is contained in:
parent
3e66130c1a
commit
0c6ee07e24
@ -9,6 +9,7 @@ http {
|
|||||||
|
|
||||||
location /api/v1 {
|
location /api/v1 {
|
||||||
proxy_pass http://server:10000;
|
proxy_pass http://server:10000;
|
||||||
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user