前提:
lua中开启bug;
daemon off;
master_process off;
worker_rlimit_core 500M;
working_directory /opt/WiseGrid/smartl7/sbin;
error_log /var/log/smartl7/smartl7.log debug_http;
直接看日志:
/var/log/smartl7/smartl7.log
smartl7.conf一个location中配置:
rewrite_by_lua '
if (smartl7.req.get_method() == "GET")
then
&nbs