给定一个 nginx 配置:
proxy_pass http://yahoo.com;
您如何在 access_log 中获取字符串“ http://yahoo.com ”? $remote_addr是 IP。
nginx
nginx ×1