Under Emacs mode, typically the default for most shells.
Ctrl + B
Basic moves | |
---|---|
Move back one character |
Source document at: http://nginx.org/en/docs/http/ngx_http_core_module.html#variables
Wiki document (deprecated) at: http://wiki.nginx.org/HttpCoreModule
Read onlyName | Description |
---|
#!/bin/bash | |
# baseline advagg + httprl configuration | |
$conf['advagg_bundler_active'] = 1; | |
$conf['advagg_cache_level'] = 1; | |
$conf['advagg_combine_css_media'] = 0; | |
$conf['advagg_core_groups'] = 0; | |
$conf['advagg_css_compressor'] = 2; | |
$conf['advagg_css_inline_compressor'] = 2; | |
$conf['advagg_css_inline_compress_if_not_cacheable'] = 1; |