gpt4 book ai didi

nginx - 禁用nginx日志

转载 作者:行者123 更新时间:2023-12-04 03:23:01 25 4
gpt4 key购买 nike

如何禁用nginx日志记录而不会发生严重错误?

error_log off-不起作用,只是创建文件名“off”,真的,不是开玩笑。

error_log dev/null不支持。

操作系统freebsd。我需要为子域禁用日志记录。

最佳答案

http://wiki.nginx.org/CoreModule#error_log

来自维基

Note that error_log off does not disable logging - the log will be written to a file named "off". To disable logging, you may use:

error_log /dev/null crit;

关于nginx - 禁用nginx日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7967388/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com