Fixed nginx config

This commit is contained in:
uwu uwu 2023-05-17 03:25:43 +02:00
parent 3e66130c1a
commit 0c6ee07e24

View File

@ -9,6 +9,7 @@ http {
location /api/v1 {
proxy_pass http://server:10000;
add_header Access-Control-Allow-Origin *;
}
}
}