Phase 0.5 deployed: admin endpoints + nginx /admin/ routing + ADMIN_KEY

This commit is contained in:
Abiba
2026-06-08 11:31:07 +00:00
parent ae3f581e3e
commit f1d095e411
3 changed files with 97 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ http {
proxy_read_timeout 600s;
proxy_buffering off;
}
location /admin/ { proxy_pass http://router_api; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Authorization $http_authorization; }
# SSE streaming endpoint
location /stream {