Skip to content

webtunnel: Disable error log in nginx

meskio requested to merge meskio/community:webtunnel_error_log into main

error_log off doesn't seem to disable it but create a file called 'off': https://nginx.org/en/docs/ngx_core_module.html#error_log

While it does work for access_log: https://nginx.org/en/docs/http/ngx_http_log_module.html#access_log

Merge request reports

Loading