-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnginxcache.xml
More file actions
27 lines (27 loc) · 964 Bytes
/
nginxcache.xml
File metadata and controls
27 lines (27 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="system" method="upgrade">
<name>plg_system_nginxcache</name>
<author>DZ Dev Team</author>
<creationDate>May 2015</creationDate>
<copyright>Copyright (C) 2015 DZ Creative Studio. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>dev@dzdev.com</authorEmail>
<authorUrl>dzdev.com</authorUrl>
<version>1.0.0</version>
<description>Nginx Cache Integration</description>
<files>
<filename plugin="nginxcache">nginxcache.php</filename>
<filename>nginxcache.xml</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_system_nginxcache.ini</language>
<language tag="en-GB">en-GB.plg_system_nginxcache.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
</fieldset>
</fields>
</config>
</extension>