ToolHub
中文
Light
GitHub
返回首页
/
开发编程
/
Nginx / Apache / Caddy 配置检查
加载中...
Nginx / Apache / Caddy 配置检查
上传配置
复制
导出
server { listen 80; server_name example.com; location / { proxy_pass http://localhost:3000; } }
{ "kind": "nginx", "lines": 5, "warnings": [ "Plain HTTP listener found", "Local upstream found; verify deployment network", "Nginx reverse proxy may need forwarded headers" ] }