nginx debug

http{ log_format mydebug '$document_root$fastcgi_script_name > $request'; }

server{ access_log /xx mydebug }

原文地址:https://www.cnblogs.com/anjuncc/p/5816154.html