diff --git a/www/php-opcache/Makefile b/www/cache/Makefile similarity index 70% rename from www/php-opcache/Makefile rename to www/cache/Makefile index d8c5bad14..65dbb3d28 100644 --- a/www/php-opcache/Makefile +++ b/www/cache/Makefile @@ -1,6 +1,6 @@ -PLUGIN_NAME= php-opcache +PLUGIN_NAME= cache PLUGIN_VERSION= 1.0 -PLUGIN_COMMENT= PHP OPcache +PLUGIN_COMMENT= Webserver cache PLUGIN_DEPENDS= php${PLUGIN_PHP}-opcache PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/www/cache/pkg-descr b/www/cache/pkg-descr new file mode 100644 index 000000000..b62998e87 --- /dev/null +++ b/www/cache/pkg-descr @@ -0,0 +1 @@ +Add and enable caching for the web gui to accelerate requests. diff --git a/www/php-opcache/src/etc/php/ext-10-opcache-settings.ini b/www/cache/src/etc/php/ext-10-opcache-settings.ini similarity index 100% rename from www/php-opcache/src/etc/php/ext-10-opcache-settings.ini rename to www/cache/src/etc/php/ext-10-opcache-settings.ini diff --git a/www/php-opcache/pkg-descr b/www/php-opcache/pkg-descr deleted file mode 100644 index 4ec19a728..000000000 --- a/www/php-opcache/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Add and enable php OPcache for the web gui to accelerate requests.