webtunnel: Disable error log in nginx
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