文件名称:nginx-http-concat:WordPress插件可将单个脚本文件CSS和Javascript连接成一个资源请求
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-26 12:54:29
PHP
nginx-http-concat 概述 WP.com插件可将单个脚本CSS和Javascript连接成一个脚本。 安装与配置 将“ http-concat”目录及其内容复制到WordPress插件目录。 通过将以下内容添加到您的WordPress安装NGINX配置中,配置NGINX服务器以执行该过程中的串联步骤: location /_static/ { fastcgi_pass unix:/var/run/fastcgi.sock; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root /wp-content/plugins/http-concat/ngx-http-concat.php; } 完成此操作后,安装即
【文件预览】:
nginx-http-concat-master
----README.md(884B)
----concat-utils.php(2KB)
----bin()
--------install-wp-tests.sh(4KB)
----ngx-http-concat.php(6KB)
----tests()
--------test-concat-utils.php(10KB)
--------bootstrap.php(640B)
----LICENSE(18KB)
----composer.json(384B)
----phpunit.xml.dist(321B)
----cssconcat.php(6KB)
----.travis.yml(634B)
----jsconcat.php(7KB)
----cssmin()
--------Utils.php(4KB)
--------Colors.php(5KB)
--------Minifier.php(30KB)
--------cssmin.php(234B)