You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update nginx configuration for backend proxy settings
- Changed the Host header to point to the backend service at port 8000.
- Added X-Forwarded-Host header to preserve the original host information in proxied requests.
feat: add MCP server proxy configuration and update URL notes in sett…
…ings
- Introduced a new location block in nginx configuration to proxy requests to the MCP server.
- Updated the URL note in English and Chinese settings to clarify usage with Docker deployment and self-hosted configurations.