server { listen 80; server_name 站点域名; root /your/webman/public; location / { proxy_pass http://127.0.0.1:8787; # 转发规则 index index.php index.htm...