feat: saxo connector

This commit is contained in:
OpenSquared
2026-07-18 17:44:39 +02:00
parent 9f24897791
commit 6cfa36b710
4 changed files with 20 additions and 1 deletions

View File

@@ -18,6 +18,13 @@ server {
proxy_read_timeout 120s;
}
location /oauth/ {
proxy_pass http://backend:8000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_read_timeout 120s;
}
location / {
proxy_pass http://frontend:80;
proxy_set_header Host $host;