UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

20 lines (16 loc) 292 B
server { listen 80; location @app { # ruleid: request-host-used proxy_set_header Host $http_host; proxy_pass http://backend; } } server { listen 80; location @app { # ruleid: request-host-used proxy_set_header Host $host; proxy_pass http://backend; } }