fix(mcp): nginx Host=localhost pour passer la protection DNS rebinding FastMCP
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ server {
|
||||
|
||||
location /mcp {
|
||||
proxy_pass http://backend:8000/mcp;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Host localhost;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
|
||||
Reference in New Issue
Block a user