Mini Shell
#
# No Caching
# ngxconf Caching Profile
#
---
id: no_caching
name: "No Caching"
description: >
Disables NGINX page caching. Brute-force ratelimit protection is
still enabled.
config:
pass_all: true
cache_time_default: 0
accel_static_content: false
bypass_cookies: []
cache_bypass_paths: []
ratelimit: 15
ratelimit_paths:
- /.*login\.php
- .*/xmlrpc\.php
- .*/wp-cron\.php
static_content_paths: []
cache_convert_head: true
cache_honor_cc: false
cache_honor_cookies: true
cache_honor_expires: false
cache_lock_enable: true
cache_time_404: 0
cache_time_modsec: 0
force_passthru: []
gzip: 3
brotli: 4
Zerion Mini Shell 1.0