diff options
Diffstat (limited to 'package/nginx/Config.in')
-rw-r--r-- | package/nginx/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/nginx/Config.in b/package/nginx/Config.in index ca3e3eb4b0..9f3c218dae 100644 --- a/package/nginx/Config.in +++ b/package/nginx/Config.in @@ -354,6 +354,14 @@ config BR2_PACKAGE_NGINX_STREAM_UPSTREAM_ZONE_MODULE endif #BR2_PACKAGE_NGINX_STREAM +config BR2_PACKAGE_NGINX_DEBUG + bool "debug logging" + help + Enable debug logging. The debug level should be set with + the error_log directive. For example + + error_log /var/log/nginx/error.log debug; + comment "misc. modules" config BR2_PACKAGE_NGINX_SELECT_MODULE |