Phase 0.5 deployed: admin endpoints + nginx /admin/ routing + ADMIN_KEY
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user