Defaults to off when a specific file is given (e.g., using --file, --global, etc) and on when searching all config files. --default <value> When using get, and the requested variable is not found, behave as if <value> were the value assigned to that variable. DEPRECATED MODES ...
Boolean values may be given as yes/no, 1/0, true/false or on/off. Case is not significant in boolean values, when converting value to the canonical form using --bool type specifier; git config will ensure that the output is "true" or "false". String values may be entirely or ...
## It is recommended to turn off this option if there will be a large number of tables created.# split-region-on-table = false ## One split check produces several split keys in batch. This config limits the number of produced ## split keys in one batch....
"jsdoc/check-alignment": "off", "jsdoc/check-indentation": "off", "jsdoc/newline-after-description": "off", "linebreak-style": "off", "max-classes-per-file": ["warn", 1], "max-len": "off", "new-parens": "off", "newline-per-chained-call": "off", "no-bitwise": "erro...
This switches it off, resulting in a much bigger executable that more closely matches the source code. This replaces -Os/-O2 with -O0 in gcc command line. config DEBUG_SANITIZE bool "Enable runtime sanitizers (ASAN/LSAN/USAN/etc...)" default n help Say Y here if you ...
{ root /data/nginx/yqc/www/images; #log_not_found off; access_log off; expires 90d; } location /echo { root /data/nginx/yqc/www; default_type text/html; echo "return failed."; if ( -f $request_filename ) { echo "file exists."; } if ( !-f $request_filename ) { echo "...
CONFIG_X86_INTEL_TSX_MODE_OFF=y # CONFIG_X86_INTEL_TSX_MODE_ON is not set # CONFIG_X86_INTEL_TSX_MODE_AUTO is not set CONFIG_EFI=y CONFIG_EFI_STUB=y CONFIG_EFI_MIXED=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set CONFIG_HZ_1000=y CON...
其中日志级别的值有:debug|info|notice|warn|error|crit|alert|emerg,翻译过来为试|信息|通知|警告|错误|临界|警报|紧急,这块建议大家设置的时候不要设置成info以下的等级,因为会带来大量的磁盘I/O消耗,影响Nginx的性能。 (5)include:用来引入其他配置文件,使Nginx的配置更加灵活 ...
log_not_found off; types_hash_max_size 2048; types_hash_bucket_size 64; client_max_body_size 16M; # MIME include mime.types; default_type application/octet-stream; # Logging access_log off; error_log /dev/null; # SSL ssl_session_timeout 1d; ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting foc...