fixes and modelgen insert
This commit is contained in:
@@ -41,7 +41,7 @@ http {
|
||||
}
|
||||
|
||||
# FastAPI
|
||||
location /api {
|
||||
location /api/ {
|
||||
proxy_pass http://fastapi;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
Reference in New Issue
Block a user