Linux 软件免费装
Banner图

Nginx Cache Controller

开发者 miyauchi
wokamoto
amimotoami
emaildano
更新时间 2022年11月22日 11:50
捐献地址: 去捐款
PHP版本: 3.4 及以上
WordPress版本: 6.1.1

标签

cache nginx reverse proxy

下载

1.1.5 2.0.0 3.0.0 0.4.0 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.1 1.2.2 1.3.0 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.8.0 1.9.0 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.9.0 3.1.0 3.1.1 3.2.0 3.3.0 3.3.1 3.3.2 3.3.3 0.2.0 3.3.4

详情介绍:

This plugin provides some functions of controlling Nginx proxy server cache. 安全 Controlling cache Memo WP-CLI Support Flush all proxy caches. wp nginx flush Show list of all proxy caches. wp nginx list --format=csv wp nginx list --format=json See help. wp help nginx 语言 Contributor

安装:

Example of Nginx settings: Allow X-ACCEL-EXPIRES for fastcgi. location ~ \.php$ { include /etc/nginx/fastcgi_params; fastcgi_pass unix:/tmp/php-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $vhost_root/$fastcgi_script_name; fastcgi_pass_header "X-Accel-Redirect"; fastcgi_pass_header "X-Accel-Expires"; } Setting cache directory for reverse proxy. proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=czone:4m max_size=50m inactive=120m; Setting the key for the reverse cache proxy. proxy_cache_key "$scheme://$host$request_uri"

屏幕截图:

  • Admin Panel
  • Adminbar

更新日志:

3.3.4 3.3.1 3.2.0 3.2.0 3.1.1 3.1.0 https://github.com/megumiteam/nginx-cache-controller/compare/3.0.0...3.1.0 3.0.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.9.0...3.0.0 2.9.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.8.0...2.9.0 2.8.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.7.0...2.8.0 2.7.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.6.0...2.7.0 2.6.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.5.0...2.6.0 2.5.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.4.0...2.5.0 2.4.0 https://github.com/megumiteam/nginx-cache-controller/compare/2.3.0...2.4.0 2.3.0 2.2.1 2.2.0 2.1.0 2.0.0 1.9.0 1.8.0 1.7.0 1.6.1 1.2.0 1.0.0 0.1.0