摘要:
#user nobody; worker_processes 4; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include mime.types; # 加载naxsi include naxsi_core.rules... 阅读全文
posted @ 2019-03-08 21:14
糖豆爸爸
阅读(1072)
评论(0)
推荐(0)
摘要:
show variables like "general_log%";SET GLOBAL general_log = 'ON';SET GLOBAL general_log = 'OFF';tail -f /var/lib/mysql/changchun.log | grep t_base_app 阅读全文
posted @ 2019-03-08 08:50
糖豆爸爸
阅读(229)
评论(0)
推荐(0)