标签: nginx
配置nginx,并调试配置文件
如何将配置文件中的内容直接显示到日志文件中?
例如:
location ..... { to_log "some string"; }
答案 0 :(得分:2)
没有直接的方法(在echo nginx模块的待办事项列表中),但这个解决方案看起来很好https://serverfault.com/questions/404626/how-to-output-variable-in-nginx-log-for-debugging