Closed kantaroso closed 1 year ago
std.log で仕込んだログは「VCL_Log」で表示される
ReqHeader Accept-Language: ja,en-US;q=0.9,en;q=0.8
ReqHeader Cookie: wp-settings-time-1=1645289728
ReqHeader X-Forwarded-For: 172.23.0.1
VCL_call RECV
ReqUnset Cookie: wp-settings-time-1=1645289728
VCL_Log no cache
curl
curl -i -X GET -w '\n' http://localhost:8070/test_v
curl -i -X GET -w '\n' http://localhost:8070/common/pv
curl -i -X GET -w '\n' http://localhost:8070/common/pv_nocache
curl -i -X GET -w '\n' http://localhost:8070/common/pv_cachepurge
curl -i -X GET -w '\n' http://localhost:8070/maker/list
curl -i -X GET -w '\n' http://localhost:8070/maker/detail/3rdeye
curl -i -X GET -w '\n' http://localhost:8070/debug500
curl -i -X GET -w '\n' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100' http://localhost:8070/common/pv
curl -i -X GET -w '\n' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36' http://localhost:8070/common/pv
ドキュメント